Black
#302003
OrangeColor Codes
All color formats for development
HEX
#302003RGB
rgb(48, 32, 3)HSL
hsl(39, 88%, 10%)OKLCH
oklch(0.257 0.049 78.9)CMYK
cmyk(0%, 33%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B1D03
2#261A02
3#221702
4#1D1302
5#181002
6#130D01
7#0E0A01
8#0A0601
9#050300
Tints
Lighter variations
1#5B3D06
2#865A09
3#B1770B
4#DD940E
5#F1AB27
6#F4BB52
7#F7CC7E
8#F9DDA9
9#FCEED4
Tones
Muted variations
1#2E2005
2#2B1F08
3#291E0A
4#271E0C
5#251D0E
6#221C11
7#201C13
8#1E1B15
9#1C1A17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE7 #FBE7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D4 #F8D491 | BordersInactive statesPlaceholder text |
| 400 | F4BD #F4BD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1AB #F1AB27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D38E #D38E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A871 #A8710B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7851 #785108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D34 #4D3405 | Primary textHigh emphasis contentDark headings |
| 950 | 3020 #302003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF9F1;
--black-100: #FDF2DD;
--black-200: #FBE7C1;
--black-300: #F8D491;
--black-400: #F4BD57;
--black-500: #F1AB27;
--black-600: #D38E0D;
--black-700: #A8710B;
--black-800: #785108;
--black-900: #4D3405;
--black-950: #302003;
}