Black
#2E0B05
RedColor Codes
All color formats for development
HEX
#2E0B05RGB
rgb(46, 11, 5)HSL
hsl(9, 80%, 10%)OKLCH
oklch(0.209 0.059 33.2)CMYK
cmyk(0%, 76%, 89%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290A05
2#250904
3#200804
4#1C0703
5#170603
6#120402
7#0E0302
8#090201
9#050101
Tints
Lighter variations
1#57150A
2#811F0E
3#AA2A13
4#D33417
5#E84C30
6#ED705A
7#F19483
8#F6B7AC
9#FADBD6
Tones
Muted variations
1#2C0D07
2#2A0E09
3#28100B
4#26110D
5#24120F
6#221411
7#201513
8#1E1715
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE3 #FBE3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CB #F8CBC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A4 #F3A495 | BordersInactive statesPlaceholder text |
| 400 | ED74 #ED745E | Disabled statesSecondary iconsMuted text |
| 500 | E84C #E84C30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA31 #CA3116 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A127 #A12712 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731C #731C0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4912 #491208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0B #2E0B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF3F1;
--black-100: #FBE3DF;
--black-200: #F8CBC3;
--black-300: #F3A495;
--black-400: #ED745E;
--black-500: #E84C30;
--black-600: #CA3116;
--black-700: #A12712;
--black-800: #731C0D;
--black-900: #491208;
--black-950: #2E0B05;
}