Black
#2D1D06
OrangeColor Codes
All color formats for development
HEX
#2D1D06RGB
rgb(45, 29, 6)HSL
hsl(35, 76%, 10%)OKLCH
oklch(0.246 0.044 73.4)CMYK
cmyk(0%, 36%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#281A06
2#241705
3#1F1404
4#1B1104
5#160E03
6#120B02
7#0D0902
8#090601
9#040301
Tints
Lighter variations
1#55370C
2#7E5011
3#A66A17
4#CE841C
5#E39B35
6#E9AF5D
7#EEC386
8#F4D7AE
9#F9EBD7
Tones
Muted variations
1#2B1C08
2#291C0A
3#271C0C
4#251B0E
5#231B10
6#211B12
7#1F1A14
8#1D1A16
9#1B1A18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E2 #F7E2C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1CC #F1CC98 | BordersInactive statesPlaceholder text |
| 400 | EAB1 #EAB162 | Disabled statesSecondary iconsMuted text |
| 500 | E39B #E39B35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C57E #C57E1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D65 #9D6515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7048 #70480F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482E #482E0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1D #2D1D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF8F2;
--black-100: #FBEFE0;
--black-200: #F7E2C5;
--black-300: #F1CC98;
--black-400: #EAB162;
--black-500: #E39B35;
--black-600: #C57E1B;
--black-700: #9D6515;
--black-800: #70480F;
--black-900: #482E0A;
--black-950: #2D1D06;
}