Black
#2F0704
RedColor Codes
All color formats for development
HEX
#2F0704RGB
rgb(47, 7, 4)HSL
hsl(4, 84%, 10%)OKLCH
oklch(0.205 0.066 29.9)CMYK
cmyk(0%, 85%, 91%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0604
2#260603
3#210503
4#1C0402
5#170302
6#130302
7#0E0201
8#090101
9#050100
Tints
Lighter variations
1#590D08
2#83130B
3#AE1A0F
4#D82013
5#ED392C
6#F06056
7#F48880
8#F8B0AB
9#FBD7D5
Tones
Muted variations
1#2D0906
2#2B0B08
3#280D0B
4#260E0D
5#24100F
6#221211
7#201413
8#1E1615
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE0 #FCE0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC6 #FAC6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F69A #F69A93 | BordersInactive statesPlaceholder text |
| 400 | F165 #F1655B | Disabled statesSecondary iconsMuted text |
| 500 | ED39 #ED392C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE1F #CE1F12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A418 #A4180E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7511 #75110A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0B #4B0B07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F07 #2F0704 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF2F1;
--black-100: #FCE0DE;
--black-200: #FAC6C2;
--black-300: #F69A93;
--black-400: #F1655B;
--black-500: #ED392C;
--black-600: #CE1F12;
--black-700: #A4180E;
--black-800: #75110A;
--black-900: #4B0B07;
--black-950: #2F0704;
}