Black
#2E050D
RedColor Codes
All color formats for development
HEX
#2E050DRGB
rgb(46, 5, 13)HSL
hsl(348, 80%, 10%)OKLCH
oklch(0.201 0.067 13.7)CMYK
cmyk(0%, 89%, 72%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29050C
2#25040B
3#200409
4#1C0308
5#170307
6#120205
7#0E0204
8#090103
9#050101
Tints
Lighter variations
1#570A19
2#810E25
3#AA1331
4#D3173D
5#E83055
6#ED5A77
7#F18399
8#F6ACBB
9#FAD6DD
Tones
Muted variations
1#2C070E
2#2A0910
3#280B11
4#260D12
5#240F13
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 #F8C3CE | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395A8 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E7B | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83055 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA163A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1122E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D21 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490815 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F4;
--black-100: #FBDFE5;
--black-200: #F8C3CE;
--black-300: #F395A8;
--black-400: #ED5E7B;
--black-500: #E83055;
--black-600: #CA163A;
--black-700: #A1122E;
--black-800: #730D21;
--black-900: #490815;
--black-950: #2E050D;
}