Black
#2D2C06
YellowColor Codes
All color formats for development
HEX
#2D2C06RGB
rgb(45, 44, 6)HSL
hsl(58, 76%, 10%)OKLCH
oklch(0.286 0.055 107.9)CMYK
cmyk(0%, 2%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#282706
2#242305
3#1F1F04
4#1B1A04
5#161603
6#121102
7#0D0D02
8#090901
9#040401
Tints
Lighter variations
1#55530C
2#7E7A11
3#A6A117
4#CEC91C
5#E3DE35
6#E9E45D
7#EEEB86
8#F4F2AE
9#F9F8D7
Tones
Muted variations
1#2B2A08
2#29280A
3#27260C
4#25240E
5#232310
6#212112
7#1F1F14
8#1D1D16
9#1B1B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F5 #F7F5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EE #F1EE98 | BordersInactive statesPlaceholder text |
| 400 | EAE5 #EAE562 | Disabled statesSecondary iconsMuted text |
| 500 | E3DE #E3DE35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C0 #C5C01B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D99 #9D9915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706D #706D0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4846 #48460A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2C #2D2C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDFDF2;
--black-100: #FBFAE0;
--black-200: #F7F5C5;
--black-300: #F1EE98;
--black-400: #EAE562;
--black-500: #E3DE35;
--black-600: #C5C01B;
--black-700: #9D9915;
--black-800: #706D0F;
--black-900: #48460A;
--black-950: #2D2C06;
}