Black
#310B02
RedColor Codes
All color formats for development
HEX
#310B02RGB
rgb(49, 11, 2)HSL
hsl(11, 92%, 10%)OKLCH
oklch(0.215 0.065 37.4)CMYK
cmyk(0%, 78%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0A02
2#270902
3#220701
4#1D0601
5#180501
6#140401
7#0F0301
8#0A0200
9#050100
Tints
Lighter variations
1#5D1404
2#891E06
3#B52708
4#E13109
5#F64923
6#F86E4F
7#F9927B
8#FBB6A7
9#FDDBD3
Tones
Muted variations
1#2F0C04
2#2C0E07
3#2A0F09
4#28110B
5#25120E
6#231410
7#211512
8#1E1715
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE3 #FEE3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCB #FCCBBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA2 #FAA28E | BordersInactive statesPlaceholder text |
| 400 | F872 #F87254 | Disabled statesSecondary iconsMuted text |
| 500 | F649 #F64923 | Primary brand colorCTAsActive elementsLinks |
| 600 | D72F #D72F09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB25 #AB2507 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A1B #7A1B05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E11 #4E1103 | Primary textHigh emphasis contentDark headings |
| 950 | 310B #310B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF3F0;
--black-100: #FEE3DD;
--black-200: #FCCBBF;
--black-300: #FAA28E;
--black-400: #F87254;
--black-500: #F64923;
--black-600: #D72F09;
--black-700: #AB2507;
--black-800: #7A1B05;
--black-900: #4E1103;
--black-950: #310B02;
}