Black
#2E050E
RedColor Codes
All color formats for development
HEX
#2E050ERGB
rgb(46, 5, 14)HSL
hsl(347, 80%, 10%)OKLCH
oklch(0.202 0.067 12.1)CMYK
cmyk(0%, 89%, 70%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29050D
2#25040B
3#20040A
4#1C0308
5#170307
6#120206
7#0E0204
8#090103
9#050101
Tints
Lighter variations
1#570A1A
2#810E27
3#AA1334
4#D31740
5#E83058
6#ED5A7A
7#F1839B
8#F6ACBC
9#FAD6DE
Tones
Muted variations
1#2C070F
2#2A0910
3#280B11
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 #FBDFE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3CF | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395AA | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E7D | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83058 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA163D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11231 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D23 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490816 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F4;
--black-100: #FBDFE5;
--black-200: #F8C3CF;
--black-300: #F395AA;
--black-400: #ED5E7D;
--black-500: #E83058;
--black-600: #CA163D;
--black-700: #A11231;
--black-800: #730D23;
--black-900: #490816;
--black-950: #2E050E;
}