Black
#310602
RedColor Codes
All color formats for development
HEX
#310602RGB
rgb(49, 6, 2)HSL
hsl(5, 92%, 10%)OKLCH
oklch(0.207 0.071 31.9)CMYK
cmyk(0%, 88%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0502
2#270502
3#220401
4#1D0401
5#180301
6#140201
7#0F0201
8#0A0100
9#050100
Tints
Lighter variations
1#5D0B04
2#891106
3#B51608
4#E11B09
5#F63423
6#F85D4F
7#F9857B
8#FBAEA7
9#FDD6D3
Tones
Muted variations
1#2F0804
2#2C0A07
3#2A0C09
4#280E0B
5#25100E
6#231210
7#211412
8#1E1615
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDF #FEDFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC4 #FCC4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA97 #FA978E | BordersInactive statesPlaceholder text |
| 400 | F861 #F86154 | Disabled statesSecondary iconsMuted text |
| 500 | F634 #F63423 | Primary brand colorCTAsActive elementsLinks |
| 600 | D71A #D71A09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB15 #AB1507 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A0F #7A0F05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0A #4E0A03 | Primary textHigh emphasis contentDark headings |
| 950 | 3106 #310602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F0;
--black-100: #FEDFDD;
--black-200: #FCC4BF;
--black-300: #FA978E;
--black-400: #F86154;
--black-500: #F63423;
--black-600: #D71A09;
--black-700: #AB1507;
--black-800: #7A0F05;
--black-900: #4E0A03;
--black-950: #310602;
}