Black
#301C03
OrangeColor Codes
All color formats for development
HEX
#301C03RGB
rgb(48, 28, 3)HSL
hsl(33, 88%, 10%)OKLCH
oklch(0.247 0.049 69.1)CMYK
cmyk(0%, 42%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B1903
2#261602
3#221302
4#1D1102
5#180E02
6#130B01
7#0E0801
8#0A0601
9#050300
Tints
Lighter variations
1#5B3506
2#864E09
3#B1670B
4#DD800E
5#F19627
6#F4AB52
7#F7C07E
8#F9D5A9
9#FCEAD4
Tones
Muted variations
1#2E1C05
2#2B1B08
3#291B0A
4#271B0C
5#251B0E
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 | FDEF #FDEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE1 #FBE1C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8CA #F8CA91 | BordersInactive statesPlaceholder text |
| 400 | F4AE #F4AE57 | Disabled statesSecondary iconsMuted text |
| 500 | F196 #F19627 | Primary brand colorCTAsActive elementsLinks |
| 600 | D37A #D37A0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A861 #A8610B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7845 #784508 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2C #4D2C05 | Primary textHigh emphasis contentDark headings |
| 950 | 301C #301C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF8F1;
--black-100: #FDEFDD;
--black-200: #FBE1C1;
--black-300: #F8CA91;
--black-400: #F4AE57;
--black-500: #F19627;
--black-600: #D37A0D;
--black-700: #A8610B;
--black-800: #784508;
--black-900: #4D2C05;
--black-950: #301C03;
}