Black
#2F2104
OrangeColor Codes
All color formats for development
HEX
#2F2104RGB
rgb(47, 33, 4)HSL
hsl(40, 84%, 10%)OKLCH
oklch(0.258 0.048 82.3)CMYK
cmyk(0%, 30%, 91%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A1D04
2#261A03
3#211703
4#1C1402
5#171002
6#130D02
7#0E0A01
8#090701
9#050300
Tints
Lighter variations
1#593E08
2#835B0B
3#AE790F
4#D89613
5#EDAC2C
6#F0BD56
7#F4CD80
8#F8DEAB
9#FBEED5
Tones
Muted variations
1#2D2006
2#2B1F08
3#281E0B
4#261E0D
5#241D0F
6#221C11
7#201C13
8#1E1B15
9#1C1A17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE7 #FAE7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D5 #F6D593 | BordersInactive statesPlaceholder text |
| 400 | F1BF #F1BF5B | Disabled statesSecondary iconsMuted text |
| 500 | EDAC #EDAC2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE90 #CE9012 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A472 #A4720E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7552 #75520A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B34 #4B3407 | Primary textHigh emphasis contentDark headings |
| 950 | 2F21 #2F2104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF9F1;
--black-100: #FCF2DE;
--black-200: #FAE7C2;
--black-300: #F6D593;
--black-400: #F1BF5B;
--black-500: #EDAC2C;
--black-600: #CE9012;
--black-700: #A4720E;
--black-800: #75520A;
--black-900: #4B3407;
--black-950: #2F2104;
}