Black
#302A03
YellowColor Codes
All color formats for development
HEX
#302A03RGB
rgb(48, 42, 3)HSL
hsl(52, 88%, 10%)OKLCH
oklch(0.283 0.056 100.3)CMYK
cmyk(0%, 13%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2603
2#262202
3#221D02
4#1D1902
5#181502
6#131101
7#0E0D01
8#0A0801
9#050400
Tints
Lighter variations
1#5B5006
2#867509
3#B19B0B
4#DDC10E
5#F1D627
6#F4DE52
7#F7E77E
8#F9EFA9
9#FCF7D4
Tones
Muted variations
1#2E2805
2#2B2708
3#29250A
4#27230C
5#25220E
6#222011
7#201E13
8#1E1D15
9#1C1B17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF3 #FBF3C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EA #F8EA91 | BordersInactive statesPlaceholder text |
| 400 | F4DF #F4DF57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D6 #F1D627 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B9 #D3B90D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A893 #A8930B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7869 #786908 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D43 #4D4305 | Primary textHigh emphasis contentDark headings |
| 950 | 302A #302A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEFCF1;
--black-100: #FDF9DD;
--black-200: #FBF3C1;
--black-300: #F8EA91;
--black-400: #F4DF57;
--black-500: #F1D627;
--black-600: #D3B90D;
--black-700: #A8930B;
--black-800: #786908;
--black-900: #4D4305;
--black-950: #302A03;
}