Black
#320107
RedColor Codes
All color formats for development
HEX
#320107RGB
rgb(50, 1, 7)HSL
hsl(353, 96%, 10%)OKLCH
oklch(0.203 0.079 19.6)CMYK
cmyk(0%, 98%, 86%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0106
2#280105
3#230105
4#1E0104
5#190103
6#140003
7#0F0002
8#0A0001
9#050001
Tints
Lighter variations
1#5F020D
2#8C0313
3#B90419
4#E6051F
5#FA1E38
6#FB4B60
7#FC7887
8#FDA5AF
9#FED2D7
Tones
Muted variations
1#300309
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 #FFF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C99 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5064 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E38 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC041E | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0418 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0311 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50020B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320107 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0F2;
--black-100: #FEDCE0;
--black-200: #FEBEC5;
--black-300: #FD8C99;
--black-400: #FB5064;
--black-500: #FA1E38;
--black-600: #DC041E;
--black-700: #AF0418;
--black-800: #7D0311;
--black-900: #50020B;
--black-950: #320107;
}