Black
#301B03
OrangeColor Codes
All color formats for development
HEX
#301B03RGB
rgb(48, 27, 3)HSL
hsl(32, 88%, 10%)OKLCH
oklch(0.245 0.05 66.6)CMYK
cmyk(0%, 44%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B1803
2#261602
3#221302
4#1D1002
5#180D02
6#130B01
7#0E0801
8#0A0501
9#050300
Tints
Lighter variations
1#5B3306
2#864C09
3#B1640B
4#DD7C0E
5#F19327
6#F4A952
7#F7BE7E
8#F9D4A9
9#FCE9D4
Tones
Muted variations
1#2E1B05
2#2B1B08
3#291B0A
4#271A0C
5#251A0E
6#221A11
7#201A13
8#1E1A15
9#1C1A17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEE #FDEEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE0 #FBE0C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8C8 #F8C891 | BordersInactive statesPlaceholder text |
| 400 | F4AB #F4AB57 | Disabled statesSecondary iconsMuted text |
| 500 | F193 #F19327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D377 #D3770D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A85E #A85E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7843 #784308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2B #4D2B05 | Primary textHigh emphasis contentDark headings |
| 950 | 301B #301B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF8F1;
--black-100: #FDEEDD;
--black-200: #FBE0C1;
--black-300: #F8C891;
--black-400: #F4AB57;
--black-500: #F19327;
--black-600: #D3770D;
--black-700: #A85E0B;
--black-800: #784308;
--black-900: #4D2B05;
--black-950: #301B03;
}