Black
#2F0A04
RedColor Codes
All color formats for development
HEX
#2F0A04RGB
rgb(47, 10, 4)HSL
hsl(8, 84%, 10%)OKLCH
oklch(0.21 0.062 33.4)CMYK
cmyk(0%, 79%, 91%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0904
2#260803
3#210703
4#1C0602
5#170502
6#130402
7#0E0301
8#090201
9#050100
Tints
Lighter variations
1#591308
2#831B0B
3#AE240F
4#D82D13
5#ED462C
6#F06B56
7#F49080
8#F8B5AB
9#FBDAD5
Tones
Muted variations
1#2D0B06
2#2B0D08
3#280F0B
4#26100D
5#24120F
6#221311
7#201513
8#1E1615
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE2 #FCE2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC9 #FAC9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A0 #F6A093 | BordersInactive statesPlaceholder text |
| 400 | F16F #F16F5B | Disabled statesSecondary iconsMuted text |
| 500 | ED46 #ED462C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE2B #CE2B12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A422 #A4220E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7518 #75180A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B10 #4B1007 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0A #2F0A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF3F1;
--black-100: #FCE2DE;
--black-200: #FAC9C2;
--black-300: #F6A093;
--black-400: #F16F5B;
--black-500: #ED462C;
--black-600: #CE2B12;
--black-700: #A4220E;
--black-800: #75180A;
--black-900: #4B1007;
--black-950: #2F0A04;
}