Black
#2D0609
RedColor Codes
All color formats for development
HEX
#2D0609RGB
rgb(45, 6, 9)HSL
hsl(355, 76%, 10%)OKLCH
oklch(0.2 0.064 20.4)CMYK
cmyk(0%, 87%, 80%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280608
2#240507
3#1F0407
4#1B0406
5#160305
6#120204
7#0D0203
8#090102
9#040101
Tints
Lighter variations
1#550C12
2#7E111A
3#A61723
4#CE1C2B
5#E33544
6#E95D69
7#EE868F
8#F4AEB4
9#F9D7DA
Tones
Muted variations
1#2B080B
2#290A0D
3#270C0E
4#250E10
5#231011
6#211213
7#1F1415
8#1D1616
9#1B1818
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F1989F | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA626D | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33544 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B29 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1521 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F17 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A0F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0609 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F3;
--black-100: #FBE0E2;
--black-200: #F7C5C9;
--black-300: #F1989F;
--black-400: #EA626D;
--black-500: #E33544;
--black-600: #C51B29;
--black-700: #9D1521;
--black-800: #700F17;
--black-900: #480A0F;
--black-950: #2D0609;
}