Black
#2E0509
RedColor Codes
All color formats for development
HEX
#2E0509RGB
rgb(46, 5, 9)HSL
hsl(354, 80%, 10%)OKLCH
oklch(0.2 0.067 19.5)CMYK
cmyk(0%, 89%, 80%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290508
2#250407
3#200406
4#1C0306
5#170305
6#120204
7#0E0203
8#090102
9#050101
Tints
Lighter variations
1#570A11
2#810E1A
3#AA1322
4#D3172A
5#E83043
6#ED5A68
7#F1838E
8#F6ACB4
9#FAD6D9
Tones
Muted variations
1#2C070B
2#2A090C
3#280B0E
4#260D10
5#240F11
6#221113
7#201315
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 #FBDFE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F3959F | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E6D | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83043 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1628 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11220 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D17 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49080F | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0509 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F2;
--black-100: #FBDFE2;
--black-200: #F8C3C9;
--black-300: #F3959F;
--black-400: #ED5E6D;
--black-500: #E83043;
--black-600: #CA1628;
--black-700: #A11220;
--black-800: #730D17;
--black-900: #49080F;
--black-950: #2E0509;
}