Black
#2F0404
RedColor Codes
All color formats for development
HEX
#2F0404RGB
rgb(47, 4, 4)HSL
hsl(0, 84%, 10%)OKLCH
oklch(0.2 0.071 26.5)CMYK
cmyk(0%, 91%, 91%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0404
2#260303
3#210303
4#1C0202
5#170202
6#130202
7#0E0101
8#090101
9#050000
Tints
Lighter variations
1#590808
2#830B0B
3#AE0F0F
4#D81313
5#ED2C2C
6#F05656
7#F48080
8#F8ABAB
9#FBD5D5
Tones
Muted variations
1#2D0606
2#2B0808
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 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F69393 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B5B | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1212 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0707 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0404 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F1;
--black-100: #FCDEDE;
--black-200: #FAC2C2;
--black-300: #F69393;
--black-400: #F15B5B;
--black-500: #ED2C2C;
--black-600: #CE1212;
--black-700: #A40E0E;
--black-800: #750A0A;
--black-900: #4B0707;
--black-950: #2F0404;
}