Black
#2E1F05
OrangeColor Codes
All color formats for development
HEX
#2E1F05RGB
rgb(46, 31, 5)HSL
hsl(38, 80%, 10%)OKLCH
oklch(0.252 0.046 78.1)CMYK
cmyk(0%, 33%, 89%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#291C05
2#251904
3#201604
4#1C1303
5#170F03
6#120C02
7#0E0902
8#090601
9#050301
Tints
Lighter variations
1#573B0A
2#81570E
3#AA7213
4#D38E17
5#E8A530
6#EDB75A
7#F1C983
8#F6DBAC
9#FAEDD6
Tones
Muted variations
1#2C1E07
2#2A1E09
3#281D0B
4#261D0D
5#241C0F
6#221C11
7#201B13
8#1E1B15
9#1C1A17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF1 #FBF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E5 #F8E5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D1 #F3D195 | BordersInactive statesPlaceholder text |
| 400 | EDB9 #EDB95E | Disabled statesSecondary iconsMuted text |
| 500 | E8A5 #E8A530 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA88 #CA8816 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A16C #A16C12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734D #734D0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4932 #493208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1F #2E1F05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF9F1;
--black-100: #FBF1DF;
--black-200: #F8E5C3;
--black-300: #F3D195;
--black-400: #EDB95E;
--black-500: #E8A530;
--black-600: #CA8816;
--black-700: #A16C12;
--black-800: #734D0D;
--black-900: #493208;
--black-950: #2E1F05;
}