Black
#2D1E06
OrangeColor Codes
All color formats for development
HEX
#2D1E06RGB
rgb(45, 30, 6)HSL
hsl(37, 76%, 10%)OKLCH
oklch(0.248 0.044 76.3)CMYK
cmyk(0%, 33%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#281B06
2#241805
3#1F1504
4#1B1204
5#160F03
6#120C02
7#0D0902
8#090601
9#040301
Tints
Lighter variations
1#55390C
2#7E5411
3#A66F17
4#CE8A1C
5#E3A135
6#E9B35D
7#EEC686
8#F4D9AE
9#F9ECD7
Tones
Muted variations
1#2B1E08
2#291D0A
3#271D0C
4#251C0E
5#231C10
6#211B12
7#1F1B14
8#1D1A16
9#1B1A18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E4 #F7E4C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1CF #F1CF98 | BordersInactive statesPlaceholder text |
| 400 | EAB6 #EAB662 | Disabled statesSecondary iconsMuted text |
| 500 | E3A1 #E3A135 | Primary brand colorCTAsActive elementsLinks |
| 600 | C584 #C5841B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D69 #9D6915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 704B #704B0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4830 #48300A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1E #2D1E06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF9F2;
--black-100: #FBF0E0;
--black-200: #F7E4C5;
--black-300: #F1CF98;
--black-400: #EAB662;
--black-500: #E3A135;
--black-600: #C5841B;
--black-700: #9D6915;
--black-800: #704B0F;
--black-900: #48300A;
--black-950: #2D1E06;
}