Black
#301703
OrangeColor Codes
All color formats for development
HEX
#301703RGB
rgb(48, 23, 3)HSL
hsl(27, 88%, 10%)OKLCH
oklch(0.236 0.051 57.2)CMYK
cmyk(0%, 52%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B1503
2#261302
3#221002
4#1D0E02
5#180C02
6#130901
7#0E0701
8#0A0501
9#050200
Tints
Lighter variations
1#5B2C06
2#864109
3#B1560B
4#DD6B0E
5#F18227
6#F49B52
7#F7B47E
8#F9CDA9
9#FCE6D4
Tones
Muted variations
1#2E1705
2#2B1808
3#29180A
4#27180C
5#25180E
6#221911
7#201913
8#1E1915
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF7 #FEF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEC #FDECDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBDB #FBDBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8BF #F8BF91 | BordersInactive statesPlaceholder text |
| 400 | F49E #F49E57 | Disabled statesSecondary iconsMuted text |
| 500 | F182 #F18227 | Primary brand colorCTAsActive elementsLinks |
| 600 | D366 #D3660D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A851 #A8510B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 783A #783A08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D25 #4D2505 | Primary textHigh emphasis contentDark headings |
| 950 | 3017 #301703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF7F1;
--black-100: #FDECDD;
--black-200: #FBDBC1;
--black-300: #F8BF91;
--black-400: #F49E57;
--black-500: #F18227;
--black-600: #D3660D;
--black-700: #A8510B;
--black-800: #783A08;
--black-900: #4D2505;
--black-950: #301703;
}