Black
#302B03
YellowColor Codes
All color formats for development
HEX
#302B03RGB
rgb(48, 43, 3)HSL
hsl(53, 88%, 10%)OKLCH
oklch(0.286 0.057 102.1)CMYK
cmyk(0%, 10%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2603
2#262202
3#221E02
4#1D1A02
5#181502
6#131101
7#0E0D01
8#0A0901
9#050400
Tints
Lighter variations
1#5B5106
2#867809
3#B19E0B
4#DDC40E
5#F1DA27
6#F4E152
7#F7E97E
8#F9F0A9
9#FCF8D4
Tones
Muted variations
1#2E2905
2#2B2708
3#29260A
4#27240C
5#25220E
6#222011
7#201F13
8#1E1D15
9#1C1B17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF4 #FBF4C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EC #F8EC91 | BordersInactive statesPlaceholder text |
| 400 | F4E2 #F4E257 | Disabled statesSecondary iconsMuted text |
| 500 | F1DA #F1DA27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3BC #D3BC0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A895 #A8950B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786B #786B08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D44 #4D4405 | Primary textHigh emphasis contentDark headings |
| 950 | 302B #302B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEFDF1;
--black-100: #FDF9DD;
--black-200: #FBF4C1;
--black-300: #F8EC91;
--black-400: #F4E257;
--black-500: #F1DA27;
--black-600: #D3BC0D;
--black-700: #A8950B;
--black-800: #786B08;
--black-900: #4D4405;
--black-950: #302B03;
}