Black
#301603
OrangeColor Codes
All color formats for development
HEX
#301603RGB
rgb(48, 22, 3)HSL
hsl(25, 88%, 10%)OKLCH
oklch(0.234 0.052 55)CMYK
cmyk(0%, 54%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B1403
2#261102
3#220F02
4#1D0D02
5#180B02
6#130901
7#0E0701
8#0A0401
9#050200
Tints
Lighter variations
1#5B2906
2#863D09
3#B1510B
4#DD640E
5#F17B27
6#F49652
7#F7B07E
8#F9CAA9
9#FCE5D4
Tones
Muted variations
1#2E1605
2#2B1708
3#29170A
4#27170C
5#25180E
6#221811
7#201813
8#1E1915
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEB #FDEBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD9 #FBD9C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8BC #F8BC91 | BordersInactive statesPlaceholder text |
| 400 | F499 #F49957 | Disabled statesSecondary iconsMuted text |
| 500 | F17B #F17B27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D360 #D3600D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A84C #A84C0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7836 #783608 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D23 #4D2305 | Primary textHigh emphasis contentDark headings |
| 950 | 3016 #301603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF6F1;
--black-100: #FDEBDD;
--black-200: #FBD9C1;
--black-300: #F8BC91;
--black-400: #F49957;
--black-500: #F17B27;
--black-600: #D3600D;
--black-700: #A84C0B;
--black-800: #783608;
--black-900: #4D2305;
--black-950: #301603;
}