Black
#31020E
RedColor Codes
All color formats for development
HEX
#31020ERGB
rgb(49, 2, 14)HSL
hsl(345, 92%, 10%)OKLCH
oklch(0.204 0.076 11)CMYK
cmyk(0%, 96%, 71%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C020C
2#27020B
3#22010A
4#1D0108
5#180107
6#140106
7#0F0104
8#0A0003
9#050001
Tints
Lighter variations
1#5D041A
2#890627
3#B50833
4#E1093F
5#F62357
6#F84F79
7#F97B9A
8#FBA7BC
9#FDD3DD
Tones
Muted variations
1#2F040F
2#2C0710
3#2A0911
4#280B12
5#250E14
6#231015
7#211216
8#1E1517
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFCF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EA9 | BordersInactive statesPlaceholder text |
| 400 | F854 #F8547D | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62357 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7093D | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0730 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0522 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0316 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F4;
--black-100: #FEDDE5;
--black-200: #FCBFCF;
--black-300: #FA8EA9;
--black-400: #F8547D;
--black-500: #F62357;
--black-600: #D7093D;
--black-700: #AB0730;
--black-800: #7A0522;
--black-900: #4E0316;
--black-950: #31020E;
}