Black
#32010B
RedColor Codes
All color formats for development
HEX
#32010BRGB
rgb(50, 1, 11)HSL
hsl(348, 96%, 10%)OKLCH
oklch(0.204 0.079 14.6)CMYK
cmyk(0%, 98%, 78%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D010A
2#280109
3#230108
4#1E0106
5#190105
6#140004
7#0F0003
8#0A0002
9#050001
Tints
Lighter variations
1#5F0215
2#8C031E
3#B90428
4#E60532
5#FA1E4A
6#FB4B6E
7#FC7892
8#FDA5B7
9#FED2DB
Tones
Muted variations
1#30030C
2#2D060E
3#2B080F
4#280B11
5#260D12
6#231014
7#211215
8#1E1517
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBECB | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CA3 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5072 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E4A | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0430 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0426 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D031B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500211 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0F3;
--black-100: #FEDCE3;
--black-200: #FEBECB;
--black-300: #FD8CA3;
--black-400: #FB5072;
--black-500: #FA1E4A;
--black-600: #DC0430;
--black-700: #AF0426;
--black-800: #7D031B;
--black-900: #500211;
--black-950: #32010B;
}