Black
#302203
OrangeColor Codes
All color formats for development
HEX
#302203RGB
rgb(48, 34, 3)HSL
hsl(41, 88%, 10%)OKLCH
oklch(0.262 0.05 83.7)CMYK
cmyk(0%, 29%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B1E03
2#261B02
3#221802
4#1D1402
5#181102
6#130D01
7#0E0A01
8#0A0701
9#050300
Tints
Lighter variations
1#5B4006
2#865E09
3#B17D0B
4#DD9B0E
5#F1B127
6#F4C152
7#F7D07E
8#F9E0A9
9#FCEFD4
Tones
Muted variations
1#2E2105
2#2B2008
3#291F0A
4#271E0C
5#251E0E
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 | FDF3 #FDF3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE9 #FBE9C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D7 #F8D791 | BordersInactive statesPlaceholder text |
| 400 | F4C3 #F4C357 | Disabled statesSecondary iconsMuted text |
| 500 | F1B1 #F1B127 | Primary brand colorCTAsActive elementsLinks |
| 600 | D394 #D3940D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A876 #A8760B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7854 #785408 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D36 #4D3605 | Primary textHigh emphasis contentDark headings |
| 950 | 3022 #302203 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEFAF1;
--black-100: #FDF3DD;
--black-200: #FBE9C1;
--black-300: #F8D791;
--black-400: #F4C357;
--black-500: #F1B127;
--black-600: #D3940D;
--black-700: #A8760B;
--black-800: #785408;
--black-900: #4D3605;
--black-950: #302203;
}