Black
#320109
RedColor Codes
All color formats for development
HEX
#320109RGB
rgb(50, 1, 9)HSL
hsl(350, 96%, 10%)OKLCH
oklch(0.203 0.079 17)CMYK
cmyk(0%, 98%, 82%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0108
2#280107
3#230106
4#1E0106
5#190105
6#140004
7#0F0003
8#0A0002
9#050001
Tints
Lighter variations
1#5F0211
2#8C031A
3#B90422
4#E6052A
5#FA1E43
6#FB4B68
7#FC788E
8#FDA5B4
9#FED2D9
Tones
Muted variations
1#30030B
2#2D060C
3#2B080E
4#280B10
5#260D11
6#231013
7#211215
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 #FEDCE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C9F | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB506D | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E43 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0428 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0420 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0317 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50020F | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320109 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0F2;
--black-100: #FEDCE2;
--black-200: #FEBEC9;
--black-300: #FD8C9F;
--black-400: #FB506D;
--black-500: #FA1E43;
--black-600: #DC0428;
--black-700: #AF0420;
--black-800: #7D0317;
--black-900: #50020F;
--black-950: #320109;
}