Black
#2E050F
RedColor Codes
All color formats for development
HEX
#2E050FRGB
rgb(46, 5, 15)HSL
hsl(345, 80%, 10%)OKLCH
oklch(0.202 0.067 10.6)CMYK
cmyk(0%, 89%, 67%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29050E
2#25040C
3#20040B
4#1C0309
5#170308
6#120206
7#0E0205
8#090103
9#050102
Tints
Lighter variations
1#570A1D
2#810E2B
3#AA1339
4#D31746
5#E8305E
6#ED5A7E
7#F1839F
8#F6ACBF
9#FAD6DF
Tones
Muted variations
1#2C0710
2#2A0911
3#280B12
4#260D13
5#240F14
6#221115
7#201316
8#1E1517
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395AD | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E82 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8305E | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1643 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11236 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D26 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490818 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F4;
--black-100: #FBDFE6;
--black-200: #F8C3D1;
--black-300: #F395AD;
--black-400: #ED5E82;
--black-500: #E8305E;
--black-600: #CA1643;
--black-700: #A11236;
--black-800: #730D26;
--black-900: #490818;
--black-950: #2E050F;
}