Black
#320601
RedColor Codes
All color formats for development
HEX
#320601RGB
rgb(50, 6, 1)HSL
hsl(6, 96%, 10%)OKLCH
oklch(0.209 0.073 33.5)CMYK
cmyk(0%, 88%, 98%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0501
2#280501
3#230401
4#1E0401
5#190301
6#140200
7#0F0200
8#0A0100
9#050100
Tints
Lighter variations
1#5F0B02
2#8C1103
3#B91604
4#E61B05
5#FA341E
6#FB5D4B
7#FC8578
8#FDAEA5
9#FED6D2
Tones
Muted variations
1#300803
2#2D0A06
3#2B0C08
4#280E0B
5#26100D
6#231210
7#211412
8#1E1615
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF1 #FFF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDF #FEDFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC4 #FEC4BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD97 #FD978C | BordersInactive statesPlaceholder text |
| 400 | FB61 #FB6150 | Disabled statesSecondary iconsMuted text |
| 500 | FA34 #FA341E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC1A #DC1A04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF15 #AF1504 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D0F #7D0F03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5009 #500902 | Primary textHigh emphasis contentDark headings |
| 950 | 3206 #320601 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF1F0;
--black-100: #FEDFDC;
--black-200: #FEC4BE;
--black-300: #FD978C;
--black-400: #FB6150;
--black-500: #FA341E;
--black-600: #DC1A04;
--black-700: #AF1504;
--black-800: #7D0F03;
--black-900: #500902;
--black-950: #320601;
}