Black
#2F2304
OrangeColor Codes
All color formats for development
HEX
#2F2304RGB
rgb(47, 35, 4)HSL
hsl(43, 84%, 10%)OKLCH
oklch(0.263 0.049 87.2)CMYK
cmyk(0%, 26%, 91%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A1F04
2#261C03
3#211803
4#1C1502
5#171102
6#130E02
7#0E0A01
8#090701
9#050300
Tints
Lighter variations
1#594208
2#83610B
3#AE810F
4#D8A013
5#EDB62C
6#F0C556
7#F4D380
8#F8E2AB
9#FBF0D5
Tones
Muted variations
1#2D2206
2#2B2108
3#28200B
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 | FCF4 #FCF4DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAEA #FAEAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6DA #F6DA93 | BordersInactive statesPlaceholder text |
| 400 | F1C6 #F1C65B | Disabled statesSecondary iconsMuted text |
| 500 | EDB6 #EDB62C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE99 #CE9912 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A47A #A47A0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7557 #75570A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B38 #4B3807 | Primary textHigh emphasis contentDark headings |
| 950 | 2F23 #2F2304 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEFAF1;
--black-100: #FCF4DE;
--black-200: #FAEAC2;
--black-300: #F6DA93;
--black-400: #F1C65B;
--black-500: #EDB62C;
--black-600: #CE9912;
--black-700: #A47A0E;
--black-800: #75570A;
--black-900: #4B3807;
--black-950: #2F2304;
}