Black
#310C02
RedColor Codes
All color formats for development
HEX
#310C02RGB
rgb(49, 12, 2)HSL
hsl(13, 92%, 10%)OKLCH
oklch(0.216 0.064 38.7)CMYK
cmyk(0%, 76%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0B02
2#270A02
3#220901
4#1D0701
5#180601
6#140501
7#0F0401
8#0A0200
9#050100
Tints
Lighter variations
1#5D1704
2#892206
3#B52D08
4#E13809
5#F65023
6#F8734F
7#F9967B
8#FBB9A7
9#FDDCD3
Tones
Muted variations
1#2F0E04
2#2C0F07
3#2A1009
4#28120B
5#25130E
6#231410
7#211612
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 | FEE4 #FEE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCD #FCCDBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA6 #FAA68E | BordersInactive statesPlaceholder text |
| 400 | F877 #F87754 | Disabled statesSecondary iconsMuted text |
| 500 | F650 #F65023 | Primary brand colorCTAsActive elementsLinks |
| 600 | D736 #D73609 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB2B #AB2B07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A1F #7A1F05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E14 #4E1403 | Primary textHigh emphasis contentDark headings |
| 950 | 310C #310C02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF3F0;
--black-100: #FEE4DD;
--black-200: #FCCDBF;
--black-300: #FAA68E;
--black-400: #F87754;
--black-500: #F65023;
--black-600: #D73609;
--black-700: #AB2B07;
--black-800: #7A1F05;
--black-900: #4E1403;
--black-950: #310C02;
}