Radix Red
Radix UI's red scale — 12 semantically labeled steps published in both light and dark variants. A balanced red suitable for error states and warm actions. 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
Swatches
red-1-light
#FFFCFC
App background.
red-2-light
#FFF7F7
Subtle background.
red-3-light
#FEEBEC
UI element background.
red-4-light
#FFDBDC
Hovered UI element background.
red-5-light
#FFCDCE
Active / selected UI element background.
red-6-light
#FDBDBE
Subtle borders and separators.
red-7-light
#F4A9AA
UI element border and focus rings.
red-8-light
#EB8E90
Hovered UI element border.
red-9-light
#E5484D
Solid background — the brand color step.
red-10-light
#DC3E42
Hovered solid background.
red-11-light
#CE2C31
Low-contrast text.
red-12-light
#641723
High-contrast text.
red-1-dark
#191111
App background.
red-2-dark
#201314
Subtle background.
red-3-dark
#3B1219
UI element background.
red-4-dark
#500F1C
Hovered UI element background.
red-5-dark
#611623
Active / selected UI element background.
red-6-dark
#72232D
Subtle borders and separators.
red-7-dark
#8C333A
UI element border and focus rings.
red-8-dark
#B54548
Hovered UI element border.
red-9-dark
#E5484D
Solid background — the brand color step.
red-10-dark
#EC5D5E
Hovered solid background.
red-11-dark
#FF9592
Low-contrast text.
red-12-dark
#FFD1D9
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
→ red-8-light accent-hover
→ red-7-light background
→ red-1-light error
→ red-12-light primary
→ red-9-light primary-hover
→ red-10-light success
→ red-9-light surface
→ red-2-light surface-elevated
→ red-3-light text-primary
→ slate-12-light text-secondary
→ slate-11-light text-tertiary
→ red-9-light warning
→ red-9-light warning-hover
→ red-10-light Dark mode (14 roles)
accent
→ red-8-dark accent-hover
→ red-7-dark background
→ red-1-dark error
→ red-12-dark primary
→ red-9-dark primary-hover
→ red-10-dark success
→ red-9-dark surface
→ red-2-dark surface-elevated
→ red-3-dark text-primary
→ slate-12-dark text-secondary
→ slate-11-dark text-tertiary
→ red-9-dark warning
→ red-9-dark warning-hover
→ red-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. Red 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.