Black
#310207
RedColor Codes
All color formats for development
HEX
#310207RGB
rgb(49, 2, 7)HSL
hsl(354, 92%, 10%)OKLCH
oklch(0.202 0.076 20.2)CMYK
cmyk(0%, 96%, 86%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0206
2#270205
3#220105
4#1D0104
5#180103
6#140103
7#0F0102
8#0A0001
9#050001
Tints
Lighter variations
1#5D040D
2#890613
3#B50819
4#E1091F
5#F62338
6#F84F60
7#F97B87
8#FBA7AF
9#FDD3D7
Tones
Muted variations
1#2F0409
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 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E99 | BordersInactive statesPlaceholder text |
| 400 | F854 #F85464 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62338 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7091E | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0718 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0511 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E030B | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310207 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F2;
--black-100: #FEDDE0;
--black-200: #FCBFC5;
--black-300: #FA8E99;
--black-400: #F85464;
--black-500: #F62338;
--black-600: #D7091E;
--black-700: #AB0718;
--black-800: #7A0511;
--black-900: #4E030B;
--black-950: #310207;
}