Black
#310206
RedColor Codes
All color formats for development
HEX
#310206RGB
rgb(49, 2, 6)HSL
hsl(355, 92%, 10%)OKLCH
oklch(0.202 0.076 21.6)CMYK
cmyk(0%, 96%, 88%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0205
2#270205
3#220104
4#1D0104
5#180103
6#140102
7#0F0102
8#0A0001
9#050001
Tints
Lighter variations
1#5D040B
2#890611
3#B50816
4#E1091B
5#F62334
6#F84F5D
7#F97B85
8#FBA7AE
9#FDD3D6
Tones
Muted variations
1#2F0408
2#2C070A
3#2A090C
4#280B0E
5#250E10
6#231012
7#211214
8#1E1516
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E97 | BordersInactive statesPlaceholder text |
| 400 | F854 #F85461 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62334 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7091A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A050F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E030A | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F1;
--black-100: #FEDDDF;
--black-200: #FCBFC4;
--black-300: #FA8E97;
--black-400: #F85461;
--black-500: #F62334;
--black-600: #D7091A;
--black-700: #AB0715;
--black-800: #7A050F;
--black-900: #4E030A;
--black-950: #310206;
}