Black
#2E0905
RedColor Codes
All color formats for development
HEX
#2E0905RGB
rgb(46, 9, 5)HSL
hsl(6, 80%, 10%)OKLCH
oklch(0.206 0.062 30.7)CMYK
cmyk(0%, 80%, 89%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290805
2#250704
3#200604
4#1C0603
5#170503
6#120402
7#0E0302
8#090201
9#050101
Tints
Lighter variations
1#57110A
2#811A0E
3#AA2213
4#D32A17
5#E84330
6#ED685A
7#F18E83
8#F6B4AC
9#FAD9D6
Tones
Muted variations
1#2C0B07
2#2A0C09
3#280E0B
4#26100D
5#24110F
6#221311
7#201513
8#1E1615
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C9 #F8C9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F39F #F39F95 | BordersInactive statesPlaceholder text |
| 400 | ED6D #ED6D5E | Disabled statesSecondary iconsMuted text |
| 500 | E843 #E84330 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA28 #CA2816 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A120 #A12012 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7317 #73170D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490F #490F08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E09 #2E0905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F1;
--black-100: #FBE2DF;
--black-200: #F8C9C3;
--black-300: #F39F95;
--black-400: #ED6D5E;
--black-500: #E84330;
--black-600: #CA2816;
--black-700: #A12012;
--black-800: #73170D;
--black-900: #490F08;
--black-950: #2E0905;
}