Black
#310202
RedColor Codes
All color formats for development
HEX
#310202RGB
rgb(49, 2, 2)HSL
hsl(0, 92%, 10%)OKLCH
oklch(0.201 0.077 27.8)CMYK
cmyk(0%, 96%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0202
2#270202
3#220101
4#1D0101
5#180101
6#140101
7#0F0101
8#0A0000
9#050000
Tints
Lighter variations
1#5D0404
2#890606
3#B50808
4#E10909
5#F62323
6#F84F4F
7#F97B7B
8#FBA7A7
9#FDD3D3
Tones
Muted variations
1#2F0404
2#2C0707
3#2A0909
4#280B0B
5#250E0E
6#231010
7#211212
8#1E1515
9#1C1717
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E8E | BordersInactive statesPlaceholder text |
| 400 | F854 #F85454 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62323 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70909 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0707 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0505 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0303 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F0;
--black-100: #FEDDDD;
--black-200: #FCBFBF;
--black-300: #FA8E8E;
--black-400: #F85454;
--black-500: #F62323;
--black-600: #D70909;
--black-700: #AB0707;
--black-800: #7A0505;
--black-900: #4E0303;
--black-950: #310202;
}