Black
#2D0B06
RedColor Codes
All color formats for development
HEX
#2D0B06RGB
rgb(45, 11, 6)HSL
hsl(8, 76%, 10%)OKLCH
oklch(0.207 0.058 31.7)CMYK
cmyk(0%, 76%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280A06
2#240905
3#1F0804
4#1B0704
5#160603
6#120502
7#0D0302
8#090201
9#040101
Tints
Lighter variations
1#55150C
2#7E2011
3#A62A17
4#CE341C
5#E34C35
6#E9705D
7#EE9486
8#F4B8AE
9#F9DBD7
Tones
Muted variations
1#2B0D08
2#290E0A
3#27100C
4#25110E
5#231210
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 | FBE3 #FBE3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CB #F7CBC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1A4 #F1A498 | BordersInactive statesPlaceholder text |
| 400 | EA74 #EA7462 | Disabled statesSecondary iconsMuted text |
| 500 | E34C #E34C35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C532 #C5321B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D28 #9D2815 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 701C #701C0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4812 #48120A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0B #2D0B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF3F2;
--black-100: #FBE3E0;
--black-200: #F7CBC5;
--black-300: #F1A498;
--black-400: #EA7462;
--black-500: #E34C35;
--black-600: #C5321B;
--black-700: #9D2815;
--black-800: #701C0F;
--black-900: #48120A;
--black-950: #2D0B06;
}