Radix Green

Radix UI's green scale — 12 semantically labeled steps published in both light and dark variants. A balanced green suitable for success states. Step 1 is app background, step 9 is the solid brand color, step 12 is high-contrast text. The same step number means the same semantic role across light and dark, with different hex values per mode.

28 swatches 14 light roles 14 dark roles radixcooldesign-systemscaledual-mode

Swatches

green-1-light
#FBFEFC
App background.
green-2-light
#F4FBF6
Subtle background.
green-3-light
#E6F6EB
UI element background.
green-4-light
#D6F1DF
Hovered UI element background.
green-5-light
#C4E8D1
Active / selected UI element background.
green-6-light
#ADDDC0
Subtle borders and separators.
green-7-light
#8ECEAA
UI element border and focus rings.
green-8-light
#5BB98B
Hovered UI element border.
green-9-light
#30A46C
Solid background — the brand color step.
green-10-light
#2B9A66
Hovered solid background.
green-11-light
#218358
Low-contrast text.
green-12-light
#193B2D
High-contrast text.
green-1-dark
#0E1512
App background.
green-2-dark
#121B17
Subtle background.
green-3-dark
#132D21
UI element background.
green-4-dark
#113B29
Hovered UI element background.
green-5-dark
#174933
Active / selected UI element background.
green-6-dark
#20573E
Subtle borders and separators.
green-7-dark
#28684A
UI element border and focus rings.
green-8-dark
#2F7C57
Hovered UI element border.
green-9-dark
#30A46C
Solid background — the brand color step.
green-10-dark
#33B074
Hovered solid background.
green-11-dark
#3DD68C
Low-contrast text.
green-12-dark
#B1F1CB
High-contrast text.
slate-11-light
#60646C
Neutral text imported from Radix Slate for legibility on the chromatic scale's mid-tone backgrounds. Step 11 is low-contrast text.
slate-12-light
#1C2024
Neutral text imported from Radix Slate for legibility on the chromatic scale's mid-tone backgrounds. Step 12 is high-contrast text.
slate-11-dark
#B0B4BA
Neutral text imported from Radix Slate for legibility on the chromatic scale's mid-tone backgrounds. Step 11 is low-contrast text.
slate-12-dark
#EDEEF0
Neutral text imported from Radix Slate for legibility on the chromatic scale's mid-tone backgrounds. Step 12 is high-contrast text.

Mode role mappings

Light mode (14 roles)

accent → green-8-light
accent-hover → green-7-light
background → green-1-light
error → green-12-light
primary → green-9-light
primary-hover → green-10-light
success → green-9-light
surface → green-2-light
surface-elevated → green-3-light
text-primary → slate-12-light
text-secondary → slate-11-light
text-tertiary → green-9-light
warning → green-9-light
warning-hover → green-10-light

Dark mode (14 roles)

accent → green-8-dark
accent-hover → green-7-dark
background → green-1-dark
error → green-12-dark
primary → green-9-dark
primary-hover → green-10-dark
success → green-9-dark
surface → green-2-dark
surface-elevated → green-3-dark
text-primary → slate-12-dark
text-secondary → slate-11-dark
text-tertiary → green-9-dark
warning → green-9-dark
warning-hover → green-10-dark

Provenance

Source
https://www.radix-ui.com/colors/docs/palette-composition/scales
License
MIT
Attribution
Radix Colors, Copyright WorkOS, Inc., MIT licensed. Imported from the radix-ui/colors repository on GitHub.
Imported
2026-05-17 (upstream version 3.0.0)
Notes
Radix publishes distinct hex values for each scale in light and dark mode. This atom carries both as -light and -dark suffixed swatches; modes.light.roles points at -light swatches and modes.dark.roles at -dark swatches. Green is a chromatic hue and makes a poor neutral for body text, so steps 11 and 12 of Radix Slate are imported as supplementary swatches and used for text-primary and text-secondary in both modes.