Black
#2E0505
RedColor Codes
All color formats for development
HEX
#2E0505RGB
rgb(46, 5, 5)HSL
hsl(0, 80%, 10%)OKLCH
oklch(0.199 0.068 25.8)CMYK
cmyk(0%, 89%, 89%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290505
2#250404
3#200404
4#1C0303
5#170303
6#120202
7#0E0202
8#090101
9#050101
Tints
Lighter variations
1#570A0A
2#810E0E
3#AA1313
4#D31717
5#E83030
6#ED5A5A
7#F18383
8#F6ACAC
9#FAD6D6
Tones
Muted variations
1#2C0707
2#2A0909
3#280B0B
4#260D0D
5#240F0F
6#221111
7#201313
8#1E1515
9#1C1717
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F39595 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E5E | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83030 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1616 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11212 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F1;
--black-100: #FBDFDF;
--black-200: #F8C3C3;
--black-300: #F39595;
--black-400: #ED5E5E;
--black-500: #E83030;
--black-600: #CA1616;
--black-700: #A11212;
--black-800: #730D0D;
--black-900: #490808;
--black-950: #2E0505;
}