Black
#320501
RedColor Codes
All color formats for development
HEX
#320501RGB
rgb(50, 5, 1)HSL
hsl(5, 96%, 10%)OKLCH
oklch(0.208 0.074 32.4)CMYK
cmyk(0%, 90%, 98%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0501
2#280401
3#230401
4#1E0301
5#190301
6#140200
7#0F0200
8#0A0100
9#050100
Tints
Lighter variations
1#5F0A02
2#8C0E03
3#B91304
4#E61705
5#FA301E
6#FB5A4B
7#FC8378
8#FDACA5
9#FED6D2
Tones
Muted variations
1#300703
2#2D0906
3#2B0B08
4#280D0B
5#260F0D
6#231110
7#211312
8#1E1515
9#1C1717
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 | FEC3 #FEC3BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD95 #FD958C | BordersInactive statesPlaceholder text |
| 400 | FB5E #FB5E50 | Disabled statesSecondary iconsMuted text |
| 500 | FA30 #FA301E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC16 #DC1604 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF12 #AF1204 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D0D #7D0D03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5008 #500802 | Primary textHigh emphasis contentDark headings |
| 950 | 3205 #320501 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF1F0;
--black-100: #FEDFDC;
--black-200: #FEC3BE;
--black-300: #FD958C;
--black-400: #FB5E50;
--black-500: #FA301E;
--black-600: #DC1604;
--black-700: #AF1204;
--black-800: #7D0D03;
--black-900: #500802;
--black-950: #320501;
}