Black
#2F0604
RedColor Codes
All color formats for development
HEX
#2F0604RGB
rgb(47, 6, 4)HSL
hsl(3, 84%, 10%)OKLCH
oklch(0.203 0.068 28.7)CMYK
cmyk(0%, 87%, 91%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0604
2#260503
3#210403
4#1C0402
5#170302
6#130202
7#0E0201
8#090101
9#050100
Tints
Lighter variations
1#590C08
2#83110B
3#AE170F
4#D81D13
5#ED352C
6#F05E56
7#F48680
8#F8AEAB
9#FBD7D5
Tones
Muted variations
1#2D0806
2#2B0A08
3#280C0B
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 | FAC5 #FAC5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F698 #F69893 | BordersInactive statesPlaceholder text |
| 400 | F162 #F1625B | Disabled statesSecondary iconsMuted text |
| 500 | ED35 #ED352C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE1B #CE1B12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A416 #A4160E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7510 #75100A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0A #4B0A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F06 #2F0604 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF2F1;
--black-100: #FCE0DE;
--black-200: #FAC5C2;
--black-300: #F69893;
--black-400: #F1625B;
--black-500: #ED352C;
--black-600: #CE1B12;
--black-700: #A4160E;
--black-800: #75100A;
--black-900: #4B0A07;
--black-950: #2F0604;
}