Black
#2E0507
RedColor Codes
All color formats for development
HEX
#2E0507RGB
rgb(46, 5, 7)HSL
hsl(357, 80%, 10%)OKLCH
oklch(0.2 0.067 22.6)CMYK
cmyk(0%, 89%, 85%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290506
2#250406
3#200405
4#1C0304
5#170304
6#120203
7#0E0202
8#090101
9#050101
Tints
Lighter variations
1#570A0E
2#810E14
3#AA131A
4#D31721
5#E8303A
6#ED5A61
7#F18389
8#F6ACB0
9#FAD6D8
Tones
Muted variations
1#2C0709
2#2A090B
3#280B0D
4#260D0E
5#240F10
6#221112
7#201314
8#1E1516
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F3959A | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E65 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8303A | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA161F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11219 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49080B | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0507 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F2;
--black-100: #FBDFE0;
--black-200: #F8C3C6;
--black-300: #F3959A;
--black-400: #ED5E65;
--black-500: #E8303A;
--black-600: #CA161F;
--black-700: #A11219;
--black-800: #730D12;
--black-900: #49080B;
--black-950: #2E0507;
}