Black
#320106
RedColor Codes
All color formats for development
HEX
#320106RGB
rgb(50, 1, 6)HSL
hsl(354, 96%, 10%)OKLCH
oklch(0.202 0.079 20.9)CMYK
cmyk(0%, 98%, 88%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0105
2#280105
3#230104
4#1E0104
5#190103
6#140002
7#0F0002
8#0A0001
9#050001
Tints
Lighter variations
1#5F020B
2#8C0311
3#B90416
4#E6051B
5#FA1E34
6#FB4B5D
7#FC7885
8#FDA5AE
9#FED2D6
Tones
Muted variations
1#300308
2#2D060A
3#2B080C
4#280B0E
5#260D10
6#231012
7#211214
8#1E1516
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C97 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5061 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E34 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC041A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D030F | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500209 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0F1;
--black-100: #FEDCDF;
--black-200: #FEBEC4;
--black-300: #FD8C97;
--black-400: #FB5061;
--black-500: #FA1E34;
--black-600: #DC041A;
--black-700: #AF0415;
--black-800: #7D030F;
--black-900: #500209;
--black-950: #320106;
}