Black
#310208
RedColor Codes
All color formats for development
HEX
#310208RGB
rgb(49, 2, 8)HSL
hsl(352, 92%, 10%)OKLCH
oklch(0.202 0.076 18.8)CMYK
cmyk(0%, 96%, 84%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0207
2#270207
3#220106
4#1D0105
5#180104
6#140103
7#0F0102
8#0A0002
9#050001
Tints
Lighter variations
1#5D0410
2#890617
3#B5081F
4#E10926
5#F6233F
6#F84F65
7#F97B8C
8#FBA7B2
9#FDD3D9
Tones
Muted variations
1#2F040A
2#2C070C
3#2A090D
4#280B0F
5#250E11
6#231013
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 #FEDDE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFC7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E9D | BordersInactive statesPlaceholder text |
| 400 | F854 #F8546A | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F6233F | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70925 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB071D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0515 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E030D | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310208 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F2;
--black-100: #FEDDE1;
--black-200: #FCBFC7;
--black-300: #FA8E9D;
--black-400: #F8546A;
--black-500: #F6233F;
--black-600: #D70925;
--black-700: #AB071D;
--black-800: #7A0515;
--black-900: #4E030D;
--black-950: #310208;
}