Black
#2E050C
RedColor Codes
All color formats for development
HEX
#2E050CRGB
rgb(46, 5, 12)HSL
hsl(350, 80%, 10%)OKLCH
oklch(0.201 0.067 15.2)CMYK
cmyk(0%, 89%, 74%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29050B
2#25040A
3#200408
4#1C0307
5#170306
6#120205
7#0E0204
8#090102
9#050101
Tints
Lighter variations
1#570A17
2#810E21
3#AA132C
4#D31737
5#E8304F
6#ED5A72
7#F18395
8#F6ACB9
9#FAD6DC
Tones
Muted variations
1#2C070D
2#2A090F
3#280B10
4#260D11
5#240F13
6#221114
7#201315
8#1E1517
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3CC | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395A5 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E76 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8304F | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1634 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1122A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D1E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490813 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F3;
--black-100: #FBDFE4;
--black-200: #F8C3CC;
--black-300: #F395A5;
--black-400: #ED5E76;
--black-500: #E8304F;
--black-600: #CA1634;
--black-700: #A1122A;
--black-800: #730D1E;
--black-900: #490813;
--black-950: #2E050C;
}