Black
#301D03
OrangeColor Codes
All color formats for development
HEX
#301D03RGB
rgb(48, 29, 3)HSL
hsl(35, 88%, 10%)OKLCH
oklch(0.25 0.049 71.5)CMYK
cmyk(0%, 40%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B1A03
2#261702
3#221402
4#1D1202
5#180F02
6#130C01
7#0E0901
8#0A0601
9#050300
Tints
Lighter variations
1#5B3806
2#865209
3#B16C0B
4#DD870E
5#F19D27
6#F4B152
7#F7C47E
8#F9D8A9
9#FCEBD4
Tones
Muted variations
1#2E1D05
2#2B1C08
3#291C0A
4#271C0C
5#251B0E
6#221B11
7#201B13
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 | FDF0 #FDF0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE3 #FBE3C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8CD #F8CD91 | BordersInactive statesPlaceholder text |
| 400 | F4B3 #F4B357 | Disabled statesSecondary iconsMuted text |
| 500 | F19D #F19D27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D381 #D3810D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A866 #A8660B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7849 #784908 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2F #4D2F05 | Primary textHigh emphasis contentDark headings |
| 950 | 301D #301D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF8F1;
--black-100: #FDF0DD;
--black-200: #FBE3C1;
--black-300: #F8CD91;
--black-400: #F4B357;
--black-500: #F19D27;
--black-600: #D3810D;
--black-700: #A8660B;
--black-800: #784908;
--black-900: #4D2F05;
--black-950: #301D03;
}