Black
#2F2204
OrangeColor Codes
All color formats for development
HEX
#2F2204RGB
rgb(47, 34, 4)HSL
hsl(42, 84%, 10%)OKLCH
oklch(0.261 0.048 84.8)CMYK
cmyk(0%, 28%, 91%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A1F04
2#261B03
3#211803
4#1C1402
5#171102
6#130E02
7#0E0A01
8#090701
9#050300
Tints
Lighter variations
1#594108
2#835F0B
3#AE7E0F
4#D89D13
5#EDB32C
6#F0C256
7#F4D180
8#F8E1AB
9#FBF0D5
Tones
Muted variations
1#2D2106
2#2B2008
3#281F0B
4#261F0D
5#241E0F
6#221D11
7#201C13
8#1E1B15
9#1C1A17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE9 #FAE9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D8 #F6D893 | BordersInactive statesPlaceholder text |
| 400 | F1C4 #F1C45B | Disabled statesSecondary iconsMuted text |
| 500 | EDB3 #EDB32C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE96 #CE9612 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A477 #A4770E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7555 #75550A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B37 #4B3707 | Primary textHigh emphasis contentDark headings |
| 950 | 2F22 #2F2204 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEFAF1;
--black-100: #FCF3DE;
--black-200: #FAE9C2;
--black-300: #F6D893;
--black-400: #F1C45B;
--black-500: #EDB32C;
--black-600: #CE9612;
--black-700: #A4770E;
--black-800: #75550A;
--black-900: #4B3707;
--black-950: #2F2204;
}