Black
#31020C
RedColor Codes
All color formats for development
HEX
#31020CRGB
rgb(49, 2, 12)HSL
hsl(347, 92%, 10%)OKLCH
oklch(0.203 0.076 13.7)CMYK
cmyk(0%, 96%, 76%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C020B
2#27020A
3#220109
4#1D0107
5#180106
6#140105
7#0F0104
8#0A0002
9#050001
Tints
Lighter variations
1#5D0417
2#890622
3#B5082D
4#E10938
5#F62350
6#F84F73
7#F97B96
8#FBA7B9
9#FDD3DC
Tones
Muted variations
1#2F040E
2#2C070F
3#2A0910
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 #FEF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFCD | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EA6 | BordersInactive statesPlaceholder text |
| 400 | F854 #F85477 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62350 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70936 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB072B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A051F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0314 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F3;
--black-100: #FEDDE4;
--black-200: #FCBFCD;
--black-300: #FA8EA6;
--black-400: #F85477;
--black-500: #F62350;
--black-600: #D70936;
--black-700: #AB072B;
--black-800: #7A051F;
--black-900: #4E0314;
--black-950: #31020C;
}