Black
#301103
OrangeColor Codes
All color formats for development
HEX
#301103RGB
rgb(48, 17, 3)HSL
hsl(19, 88%, 10%)OKLCH
oklch(0.223 0.056 45.1)CMYK
cmyk(0%, 65%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B1003
2#260E02
3#220C02
4#1D0A02
5#180902
6#130701
7#0E0501
8#0A0301
9#050200
Tints
Lighter variations
1#5B2106
2#863009
3#B1400B
4#DD4F0E
5#F16727
6#F48652
7#F7A47E
8#F9C2A9
9#FCE1D4
Tones
Muted variations
1#2E1205
2#2B1308
3#29140A
4#27150C
5#25150E
6#221611
7#201713
8#1E1815
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE7 #FDE7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD3 #FBD3C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8B1 #F8B191 | BordersInactive statesPlaceholder text |
| 400 | F489 #F48957 | Disabled statesSecondary iconsMuted text |
| 500 | F167 #F16727 | Primary brand colorCTAsActive elementsLinks |
| 600 | D34C #D34C0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A83C #A83C0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 782B #782B08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1C #4D1C05 | Primary textHigh emphasis contentDark headings |
| 950 | 3011 #301103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF5F1;
--black-100: #FDE7DD;
--black-200: #FBD3C1;
--black-300: #F8B191;
--black-400: #F48957;
--black-500: #F16727;
--black-600: #D34C0D;
--black-700: #A83C0B;
--black-800: #782B08;
--black-900: #4D1C05;
--black-950: #301103;
}