Black
#302103
OrangeColor Codes
All color formats for development
HEX
#302103RGB
rgb(48, 33, 3)HSL
hsl(40, 88%, 10%)OKLCH
oklch(0.26 0.05 81.3)CMYK
cmyk(0%, 31%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B1E03
2#261A02
3#221702
4#1D1402
5#181002
6#130D01
7#0E0A01
8#0A0701
9#050300
Tints
Lighter variations
1#5B3F06
2#865C09
3#B17A0B
4#DD980E
5#F1AE27
6#F4BE52
7#F7CE7E
8#F9DFA9
9#FCEFD4
Tones
Muted variations
1#2E2005
2#2B1F08
3#291F0A
4#271E0C
5#251D0E
6#221C11
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 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE8 #FBE8C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D6 #F8D691 | BordersInactive statesPlaceholder text |
| 400 | F4C0 #F4C057 | Disabled statesSecondary iconsMuted text |
| 500 | F1AE #F1AE27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D391 #D3910D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A873 #A8730B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7852 #785208 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D35 #4D3505 | Primary textHigh emphasis contentDark headings |
| 950 | 3021 #302103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEFAF1;
--black-100: #FDF2DD;
--black-200: #FBE8C1;
--black-300: #F8D691;
--black-400: #F4C057;
--black-500: #F1AE27;
--black-600: #D3910D;
--black-700: #A8730B;
--black-800: #785208;
--black-900: #4D3505;
--black-950: #302103;
}