Black
#302803
YellowColor Codes
All color formats for development
HEX
#302803RGB
rgb(48, 40, 3)HSL
hsl(49, 88%, 10%)OKLCH
oklch(0.278 0.054 96.6)CMYK
cmyk(0%, 17%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2403
2#262002
3#221C02
4#1D1802
5#181402
6#131001
7#0E0C01
8#0A0801
9#050400
Tints
Lighter variations
1#5B4B06
2#866F09
3#B1930B
4#DDB70E
5#F1CC27
6#F4D652
7#F7E17E
8#F9EBA9
9#FCF5D4
Tones
Muted variations
1#2E2605
2#2B2508
3#29230A
4#27220C
5#25210E
6#221F11
7#201E13
8#1E1C15
9#1C1B17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF0 #FBF0C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E5 #F8E591 | BordersInactive statesPlaceholder text |
| 400 | F4D7 #F4D757 | Disabled statesSecondary iconsMuted text |
| 500 | F1CC #F1CC27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3AF #D3AF0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A88B #A88B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7863 #786308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D40 #4D4005 | Primary textHigh emphasis contentDark headings |
| 950 | 3028 #302803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEFCF1;
--black-100: #FDF7DD;
--black-200: #FBF0C1;
--black-300: #F8E591;
--black-400: #F4D757;
--black-500: #F1CC27;
--black-600: #D3AF0D;
--black-700: #A88B0B;
--black-800: #786308;
--black-900: #4D4005;
--black-950: #302803;
}