Black
#2F0C04
RedColor Codes
All color formats for development
HEX
#2F0C04RGB
rgb(47, 12, 4)HSL
hsl(11, 84%, 10%)OKLCH
oklch(0.213 0.06 36)CMYK
cmyk(0%, 74%, 91%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0B04
2#260A03
3#210803
4#1C0702
5#170602
6#130502
7#0E0401
8#090201
9#050100
Tints
Lighter variations
1#591708
2#83210B
3#AE2C0F
4#D83713
5#ED4F2C
6#F07256
7#F49680
8#F8B9AB
9#FBDCD5
Tones
Muted variations
1#2D0D06
2#2B0F08
3#28100B
4#26110D
5#24130F
6#221411
7#201513
8#1E1715
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE4 #FCE4DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACC #FACCC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A5 #F6A593 | BordersInactive statesPlaceholder text |
| 400 | F176 #F1765B | Disabled statesSecondary iconsMuted text |
| 500 | ED4F #ED4F2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE35 #CE3512 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A42A #A42A0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 751E #751E0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B13 #4B1307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0C #2F0C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF3F1;
--black-100: #FCE4DE;
--black-200: #FACCC2;
--black-300: #F6A593;
--black-400: #F1765B;
--black-500: #ED4F2C;
--black-600: #CE3512;
--black-700: #A42A0E;
--black-800: #751E0A;
--black-900: #4B1307;
--black-950: #2F0C04;
}