Black
#31020D
RedColor Codes
All color formats for development
HEX
#31020DRGB
rgb(49, 2, 13)HSL
hsl(346, 92%, 10%)OKLCH
oklch(0.203 0.076 12.4)CMYK
cmyk(0%, 96%, 73%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C020C
2#27020A
3#220109
4#1D0108
5#180106
6#140105
7#0F0104
8#0A0003
9#050001
Tints
Lighter variations
1#5D0419
2#890624
3#B50830
4#E1093C
5#F62354
6#F84F76
7#F97B98
8#FBA7BB
9#FDD3DD
Tones
Muted variations
1#2F040E
2#2C070F
3#2A0911
4#280B12
5#250E13
6#231014
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 #FEDDE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFCE | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EA8 | BordersInactive statesPlaceholder text |
| 400 | F854 #F8547A | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62354 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70939 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB072D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0520 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0315 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F4;
--black-100: #FEDDE4;
--black-200: #FCBFCE;
--black-300: #FA8EA8;
--black-400: #F8547A;
--black-500: #F62354;
--black-600: #D70939;
--black-700: #AB072D;
--black-800: #7A0520;
--black-900: #4E0315;
--black-950: #31020D;
}