Black
#320105
RedColor Codes
All color formats for development
HEX
#320105RGB
rgb(50, 1, 5)HSL
hsl(355, 96%, 10%)OKLCH
oklch(0.202 0.079 22.3)CMYK
cmyk(0%, 98%, 90%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0105
2#280104
3#230104
4#1E0103
5#190103
6#140002
7#0F0002
8#0A0001
9#050001
Tints
Lighter variations
1#5F020A
2#8C030E
3#B90413
4#E60517
5#FA1E30
6#FB4B5A
7#FC7883
8#FDA5AC
9#FED2D6
Tones
Muted variations
1#300307
2#2D0609
3#2B080B
4#280B0D
5#260D0F
6#231011
7#211213
8#1E1515
9#1C1717
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 #FEBEC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C95 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB505E | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E30 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0416 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0412 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D030D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500208 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0F1;
--black-100: #FEDCDF;
--black-200: #FEBEC3;
--black-300: #FD8C95;
--black-400: #FB505E;
--black-500: #FA1E30;
--black-600: #DC0416;
--black-700: #AF0412;
--black-800: #7D030D;
--black-900: #500208;
--black-950: #320105;
}