Black
#2F2004
OrangeColor Codes
All color formats for development
HEX
#2F2004RGB
rgb(47, 32, 4)HSL
hsl(39, 84%, 10%)OKLCH
oklch(0.256 0.048 79.8)CMYK
cmyk(0%, 32%, 91%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A1D04
2#261A03
3#211603
4#1C1302
5#171002
6#130D02
7#0E0A01
8#090601
9#050300
Tints
Lighter variations
1#593D08
2#83590B
3#AE760F
4#D89313
5#EDA92C
6#F0BA56
7#F4CC80
8#F8DDAB
9#FBEED5
Tones
Muted variations
1#2D1F06
2#2B1F08
3#281E0B
4#261D0D
5#241D0F
6#221C11
7#201B13
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 | FAE6 #FAE6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D3 #F6D393 | BordersInactive statesPlaceholder text |
| 400 | F1BC #F1BC5B | Disabled statesSecondary iconsMuted text |
| 500 | EDA9 #EDA92C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE8C #CE8C12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A470 #A4700E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7550 #75500A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B33 #4B3307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F20 #2F2004 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF9F1;
--black-100: #FCF2DE;
--black-200: #FAE6C2;
--black-300: #F6D393;
--black-400: #F1BC5B;
--black-500: #EDA92C;
--black-600: #CE8C12;
--black-700: #A4700E;
--black-800: #75500A;
--black-900: #4B3307;
--black-950: #2F2004;
}