Black
#2D2006
OrangeColor Codes
All color formats for development
HEX
#2D2006RGB
rgb(45, 32, 6)HSL
hsl(40, 76%, 10%)OKLCH
oklch(0.253 0.044 81.9)CMYK
cmyk(0%, 29%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#281D06
2#241A05
3#1F1604
4#1B1304
5#161003
6#120D02
7#0D0A02
8#090601
9#040301
Tints
Lighter variations
1#553D0C
2#7E5911
3#A67617
4#CE931C
5#E3A935
6#E9BA5D
7#EECC86
8#F4DDAE
9#F9EED7
Tones
Muted variations
1#2B1F08
2#291F0A
3#271E0C
4#251D0E
5#231D10
6#211C12
7#1F1B14
8#1D1B16
9#1B1A18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E6 #F7E6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D3 #F1D398 | BordersInactive statesPlaceholder text |
| 400 | EABC #EABC62 | Disabled statesSecondary iconsMuted text |
| 500 | E3A9 #E3A935 | Primary brand colorCTAsActive elementsLinks |
| 600 | C58D #C58D1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D70 #9D7015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7050 #70500F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4833 #48330A | Primary textHigh emphasis contentDark headings |
| 950 | 2D20 #2D2006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF9F2;
--black-100: #FBF2E0;
--black-200: #F7E6C5;
--black-300: #F1D398;
--black-400: #EABC62;
--black-500: #E3A935;
--black-600: #C58D1B;
--black-700: #9D7015;
--black-800: #70500F;
--black-900: #48330A;
--black-950: #2D2006;
}