Black
#302503
YellowColor Codes
All color formats for development
HEX
#302503RGB
rgb(48, 37, 3)HSL
hsl(45, 88%, 10%)OKLCH
oklch(0.27 0.052 90.5)CMYK
cmyk(0%, 23%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2103
2#261D02
3#221A02
4#1D1602
5#181202
6#130F01
7#0E0B01
8#0A0701
9#050400
Tints
Lighter variations
1#5B4606
2#866709
3#B1880B
4#DDA90E
5#F1BF27
6#F4CC52
7#F7D87E
8#F9E5A9
9#FCF2D4
Tones
Muted variations
1#2E2405
2#2B2208
3#29210A
4#27200C
5#251F0E
6#221E11
7#201D13
8#1E1C15
9#1C1B17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF5 #FDF5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEC #FBECC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8DE #F8DE91 | BordersInactive statesPlaceholder text |
| 400 | F4CD #F4CD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1BF #F1BF27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3A2 #D3A20D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A881 #A8810B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785C #785C08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3B #4D3B05 | Primary textHigh emphasis contentDark headings |
| 950 | 3025 #302503 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEFBF1;
--black-100: #FDF5DD;
--black-200: #FBECC1;
--black-300: #F8DE91;
--black-400: #F4CD57;
--black-500: #F1BF27;
--black-600: #D3A20D;
--black-700: #A8810B;
--black-800: #785C08;
--black-900: #4D3B05;
--black-950: #302503;
}