Black
#2F0D04
RedColor Codes
All color formats for development
HEX
#2F0D04RGB
rgb(47, 13, 4)HSL
hsl(13, 84%, 10%)OKLCH
oklch(0.214 0.059 37.5)CMYK
cmyk(0%, 72%, 91%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0C04
2#260B03
3#210903
4#1C0802
5#170702
6#130502
7#0E0401
8#090301
9#050100
Tints
Lighter variations
1#591908
2#83250B
3#AE310F
4#D83D13
5#ED562C
6#F07856
7#F49980
8#F8BBAB
9#FBDDD5
Tones
Muted variations
1#2D0F06
2#2B1008
3#28110B
4#26120D
5#24130F
6#221511
7#201613
8#1E1715
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE5 #FCE5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACE #FACEC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A8 #F6A893 | BordersInactive statesPlaceholder text |
| 400 | F17B #F17B5B | Disabled statesSecondary iconsMuted text |
| 500 | ED56 #ED562C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE3B #CE3B12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A42F #A42F0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7521 #75210A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B15 #4B1507 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0D #2F0D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF4F1;
--black-100: #FCE5DE;
--black-200: #FACEC2;
--black-300: #F6A893;
--black-400: #F17B5B;
--black-500: #ED562C;
--black-600: #CE3B12;
--black-700: #A42F0E;
--black-800: #75210A;
--black-900: #4B1507;
--black-950: #2F0D04;
}