Black
#2D0906
RedColor Codes
All color formats for development
HEX
#2D0906RGB
rgb(45, 9, 6)HSL
hsl(5, 76%, 10%)OKLCH
oklch(0.204 0.06 29)CMYK
cmyk(0%, 80%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280806
2#240705
3#1F0704
4#1B0604
5#160503
6#120402
7#0D0302
8#090201
9#040101
Tints
Lighter variations
1#55120C
2#7E1A11
3#A62317
4#CE2B1C
5#E34435
6#E9695D
7#EE8F86
8#F4B4AE
9#F9DAD7
Tones
Muted variations
1#2B0B08
2#290D0A
3#270E0C
4#25100E
5#231110
6#211312
7#1F1514
8#1D1616
9#1B1818
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C9 #F7C9C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F19F #F19F98 | BordersInactive statesPlaceholder text |
| 400 | EA6D #EA6D62 | Disabled statesSecondary iconsMuted text |
| 500 | E344 #E34435 | Primary brand colorCTAsActive elementsLinks |
| 600 | C529 #C5291B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D21 #9D2115 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7017 #70170F | Text on light backgroundsHeadingsStrong borders |
| 900 | 480F #480F0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D09 #2D0906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF3F2;
--black-100: #FBE2E0;
--black-200: #F7C9C5;
--black-300: #F19F98;
--black-400: #EA6D62;
--black-500: #E34435;
--black-600: #C5291B;
--black-700: #9D2115;
--black-800: #70170F;
--black-900: #480F0A;
--black-950: #2D0906;
}