Black
#310702
RedColor Codes
All color formats for development
HEX
#310702RGB
rgb(49, 7, 2)HSL
hsl(6, 92%, 10%)OKLCH
oklch(0.209 0.07 33)CMYK
cmyk(0%, 86%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0602
2#270502
3#220501
4#1D0401
5#180301
6#140301
7#0F0201
8#0A0100
9#050100
Tints
Lighter variations
1#5D0D04
2#891306
3#B51908
4#E11F09
5#F63823
6#F8604F
7#F9877B
8#FBAFA7
9#FDD7D3
Tones
Muted variations
1#2F0904
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 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE0 #FEE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC5 #FCC5BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA99 #FA998E | BordersInactive statesPlaceholder text |
| 400 | F864 #F86454 | Disabled statesSecondary iconsMuted text |
| 500 | F638 #F63823 | Primary brand colorCTAsActive elementsLinks |
| 600 | D71E #D71E09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB18 #AB1807 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A11 #7A1105 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0B #4E0B03 | Primary textHigh emphasis contentDark headings |
| 950 | 3107 #310702 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF2F0;
--black-100: #FEE0DD;
--black-200: #FCC5BF;
--black-300: #FA998E;
--black-400: #F86454;
--black-500: #F63823;
--black-600: #D71E09;
--black-700: #AB1807;
--black-800: #7A1105;
--black-900: #4E0B03;
--black-950: #310702;
}