Black
#2D0C06
RedColor Codes
All color formats for development
HEX
#2D0C06RGB
rgb(45, 12, 6)HSL
hsl(9, 76%, 10%)OKLCH
oklch(0.209 0.056 33.1)CMYK
cmyk(0%, 73%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280B06
2#240A05
3#1F0804
4#1B0704
5#160603
6#120502
7#0D0402
8#090201
9#040101
Tints
Lighter variations
1#55170C
2#7E2111
3#A62C17
4#CE371C
5#E34F35
6#E9725D
7#EE9686
8#F4B9AE
9#F9DCD7
Tones
Muted variations
1#2B0D08
2#290F0A
3#27100C
4#25110E
5#231310
6#211412
7#1F1514
8#1D1716
9#1B1818
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CC #F7CCC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1A5 #F1A598 | BordersInactive statesPlaceholder text |
| 400 | EA76 #EA7662 | Disabled statesSecondary iconsMuted text |
| 500 | E34F #E34F35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C535 #C5351B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D2A #9D2A15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 701E #701E0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4813 #48130A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0C #2D0C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF3F2;
--black-100: #FBE4E0;
--black-200: #F7CCC5;
--black-300: #F1A598;
--black-400: #EA7662;
--black-500: #E34F35;
--black-600: #C5351B;
--black-700: #9D2A15;
--black-800: #701E0F;
--black-900: #48130A;
--black-950: #2D0C06;
}