Black
#310209
RedColor Codes
All color formats for development
HEX
#310209RGB
rgb(49, 2, 9)HSL
hsl(351, 92%, 10%)OKLCH
oklch(0.202 0.076 17.5)CMYK
cmyk(0%, 96%, 82%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0208
2#270207
3#220106
4#1D0105
5#180105
6#140104
7#0F0103
8#0A0002
9#050001
Tints
Lighter variations
1#5D0411
2#890619
3#B50822
4#E1092A
5#F62342
6#F84F68
7#F97B8E
8#FBA7B4
9#FDD3D9
Tones
Muted variations
1#2F040B
2#2C070C
3#2A090E
4#280B10
5#250E11
6#231013
7#211215
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 #FEDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFC9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E9F | BordersInactive statesPlaceholder text |
| 400 | F854 #F8546C | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62342 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70928 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0720 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0517 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E030F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310209 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F2;
--black-100: #FEDDE2;
--black-200: #FCBFC9;
--black-300: #FA8E9F;
--black-400: #F8546C;
--black-500: #F62342;
--black-600: #D70928;
--black-700: #AB0720;
--black-800: #7A0517;
--black-900: #4E030F;
--black-950: #310209;
}