Black
#2E050B
RedColor Codes
All color formats for development
HEX
#2E050BRGB
rgb(46, 5, 11)HSL
hsl(351, 80%, 10%)OKLCH
oklch(0.201 0.067 16.7)CMYK
cmyk(0%, 89%, 76%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29050A
2#250409
3#200408
4#1C0307
5#170306
6#120204
7#0E0203
8#090102
9#050101
Tints
Lighter variations
1#570A15
2#810E1F
3#AA132A
4#D31734
5#E8304C
6#ED5A70
7#F18394
8#F6ACB7
9#FAD6DB
Tones
Muted variations
1#2C070D
2#2A090E
3#280B10
4#260D11
5#240F12
6#221114
7#201315
8#1E1517
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395A4 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E74 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8304C | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1631 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11227 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D1C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490812 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F3;
--black-100: #FBDFE3;
--black-200: #F8C3CB;
--black-300: #F395A4;
--black-400: #ED5E74;
--black-500: #E8304C;
--black-600: #CA1631;
--black-700: #A11227;
--black-800: #730D1C;
--black-900: #490812;
--black-950: #2E050B;
}