Black
#310D02
RedColor Codes
All color formats for development
HEX
#310D02RGB
rgb(49, 13, 2)HSL
hsl(14, 92%, 10%)OKLCH
oklch(0.218 0.063 40)CMYK
cmyk(0%, 73%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0C02
2#270A02
3#220901
4#1D0801
5#180601
6#140501
7#0F0401
8#0A0300
9#050100
Tints
Lighter variations
1#5D1904
2#892406
3#B53008
4#E13C09
5#F65423
6#F8764F
7#F9987B
8#FBBBA7
9#FDDDD3
Tones
Muted variations
1#2F0E04
2#2C0F07
3#2A1109
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 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE4 #FEE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCE #FCCEBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA8 #FAA88E | BordersInactive statesPlaceholder text |
| 400 | F87A #F87A54 | Disabled statesSecondary iconsMuted text |
| 500 | F654 #F65423 | Primary brand colorCTAsActive elementsLinks |
| 600 | D739 #D73909 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB2D #AB2D07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A20 #7A2005 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E15 #4E1503 | Primary textHigh emphasis contentDark headings |
| 950 | 310D #310D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF4F0;
--black-100: #FEE4DD;
--black-200: #FCCEBF;
--black-300: #FAA88E;
--black-400: #F87A54;
--black-500: #F65423;
--black-600: #D73909;
--black-700: #AB2D07;
--black-800: #7A2005;
--black-900: #4E1503;
--black-950: #310D02;
}