Black
#2F1104
OrangeColor Codes
All color formats for development
HEX
#2F1104RGB
rgb(47, 17, 4)HSL
hsl(18, 84%, 10%)OKLCH
oklch(0.222 0.054 44.1)CMYK
cmyk(0%, 64%, 91%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0F04
2#260E03
3#210C03
4#1C0A02
5#170802
6#130702
7#0E0501
8#090301
9#050200
Tints
Lighter variations
1#592008
2#832F0B
3#AE3F0F
4#D84E13
5#ED662C
6#F08456
7#F4A380
8#F8C2AB
9#FBE0D5
Tones
Muted variations
1#2D1206
2#2B1308
3#28140B
4#26140D
5#24150F
6#221611
7#201713
8#1E1815
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE7 #FCE7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAD3 #FAD3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6B1 #F6B193 | BordersInactive statesPlaceholder text |
| 400 | F188 #F1885B | Disabled statesSecondary iconsMuted text |
| 500 | ED66 #ED662C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE4B #CE4B12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A43B #A43B0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 752A #752A0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B1B #4B1B07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F11 #2F1104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF5F1;
--black-100: #FCE7DE;
--black-200: #FAD3C2;
--black-300: #F6B193;
--black-400: #F1885B;
--black-500: #ED662C;
--black-600: #CE4B12;
--black-700: #A43B0E;
--black-800: #752A0A;
--black-900: #4B1B07;
--black-950: #2F1104;
}