Black
#302603
YellowColor Codes
All color formats for development
HEX
#302603RGB
rgb(48, 38, 3)HSL
hsl(47, 88%, 10%)OKLCH
oklch(0.272 0.052 92.6)CMYK
cmyk(0%, 21%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2203
2#261F02
3#221B02
4#1D1702
5#181302
6#130F01
7#0E0B01
8#0A0801
9#050400
Tints
Lighter variations
1#5B4906
2#866B09
3#B18D0B
4#DDB00E
5#F1C527
6#F4D152
7#F7DC7E
8#F9E8A9
9#FCF3D4
Tones
Muted variations
1#2E2505
2#2B2408
3#29220A
4#27210C
5#25200E
6#221F11
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 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEE #FBEEC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E2 #F8E291 | BordersInactive statesPlaceholder text |
| 400 | F4D2 #F4D257 | Disabled statesSecondary iconsMuted text |
| 500 | F1C5 #F1C527 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3A8 #D3A80D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A886 #A8860B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7860 #786008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3D #4D3D05 | Primary textHigh emphasis contentDark headings |
| 950 | 3026 #302603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEFBF1;
--black-100: #FDF6DD;
--black-200: #FBEEC1;
--black-300: #F8E291;
--black-400: #F4D257;
--black-500: #F1C527;
--black-600: #D3A80D;
--black-700: #A8860B;
--black-800: #786008;
--black-900: #4D3D05;
--black-950: #302603;
}