Black
#2D0A06
RedColor Codes
All color formats for development
HEX
#2D0A06RGB
rgb(45, 10, 6)HSL
hsl(6, 76%, 10%)OKLCH
oklch(0.206 0.059 30.3)CMYK
cmyk(0%, 78%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280906
2#240805
3#1F0704
4#1B0604
5#160503
6#120402
7#0D0302
8#090201
9#040101
Tints
Lighter variations
1#55130C
2#7E1C11
3#A62517
4#CE2E1C
5#E34635
6#E96B5D
7#EE9086
8#F4B5AE
9#F9DAD7
Tones
Muted variations
1#2B0C08
2#290D0A
3#270F0C
4#25100E
5#231210
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 | F7CA #F7CAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1A1 #F1A198 | BordersInactive statesPlaceholder text |
| 400 | EA6F #EA6F62 | Disabled statesSecondary iconsMuted text |
| 500 | E346 #E34635 | Primary brand colorCTAsActive elementsLinks |
| 600 | C52C #C52C1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D23 #9D2315 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7019 #70190F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4810 #48100A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0A #2D0A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF3F2;
--black-100: #FBE2E0;
--black-200: #F7CAC5;
--black-300: #F1A198;
--black-400: #EA6F62;
--black-500: #E34635;
--black-600: #C52C1B;
--black-700: #9D2315;
--black-800: #70190F;
--black-900: #48100A;
--black-950: #2D0A06;
}