Black
#301003
OrangeColor Codes
All color formats for development
HEX
#301003RGB
rgb(48, 16, 3)HSL
hsl(17, 88%, 10%)OKLCH
oklch(0.222 0.058 43.4)CMYK
cmyk(0%, 67%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0E03
2#260D02
3#220B02
4#1D0902
5#180802
6#130601
7#0E0501
8#0A0301
9#050200
Tints
Lighter variations
1#5B1E06
2#862C09
3#B13A0B
4#DD490E
5#F16027
6#F48052
7#F7A07E
8#F9C0A9
9#FCDFD4
Tones
Muted variations
1#2E1105
2#2B1208
3#29130A
4#27140C
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 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE6 #FDE6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD1 #FBD1C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8AE #F8AE91 | BordersInactive statesPlaceholder text |
| 400 | F484 #F48457 | Disabled statesSecondary iconsMuted text |
| 500 | F160 #F16027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D345 #D3450D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A837 #A8370B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7827 #782708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D19 #4D1905 | Primary textHigh emphasis contentDark headings |
| 950 | 3010 #301003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF4F1;
--black-100: #FDE6DD;
--black-200: #FBD1C1;
--black-300: #F8AE91;
--black-400: #F48457;
--black-500: #F16027;
--black-600: #D3450D;
--black-700: #A8370B;
--black-800: #782708;
--black-900: #4D1905;
--black-950: #301003;
}