Black
#2E050A
RedColor Codes
All color formats for development
HEX
#2E050ARGB
rgb(46, 5, 10)HSL
hsl(353, 80%, 10%)OKLCH
oklch(0.201 0.067 18.1)CMYK
cmyk(0%, 89%, 78%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290509
2#250408
3#200407
4#1C0306
5#170305
6#120204
7#0E0203
8#090102
9#050101
Tints
Lighter variations
1#570A13
2#810E1C
3#AA1324
4#D3172D
5#E83046
6#ED5A6B
7#F18390
8#F6ACB5
9#FAD6DA
Tones
Muted variations
1#2C070B
2#2A090D
3#280B0F
4#260D10
5#240F12
6#221113
7#201315
8#1E1516
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395A0 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E6F | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83046 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA162B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11223 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D19 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490810 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F3;
--black-100: #FBDFE2;
--black-200: #F8C3CA;
--black-300: #F395A0;
--black-400: #ED5E6F;
--black-500: #E83046;
--black-600: #CA162B;
--black-700: #A11223;
--black-800: #730D19;
--black-900: #490810;
--black-950: #2E050A;
}