Black
#2F0406
RedColor Codes
All color formats for development
HEX
#2F0406RGB
rgb(47, 4, 6)HSL
hsl(357, 84%, 10%)OKLCH
oklch(0.2 0.07 23.2)CMYK
cmyk(0%, 91%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0406
2#260305
3#210304
4#1C0204
5#170203
6#130202
7#0E0102
8#090101
9#050001
Tints
Lighter variations
1#59080C
2#830B11
3#AE0F17
4#D8131D
5#ED2C35
6#F0565E
7#F48086
8#F8ABAE
9#FBD5D7
Tones
Muted variations
1#2D0608
2#2B080A
3#280B0C
4#260D0E
5#240F10
6#221112
7#201314
8#1E1516
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F69398 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B62 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C35 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE121B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A10 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B070A | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F2;
--black-100: #FCDEE0;
--black-200: #FAC2C5;
--black-300: #F69398;
--black-400: #F15B62;
--black-500: #ED2C35;
--black-600: #CE121B;
--black-700: #A40E16;
--black-800: #750A10;
--black-900: #4B070A;
--black-950: #2F0406;
}