Black
#2D2B06
YellowColor Codes
All color formats for development
HEX
#2D2B06RGB
rgb(45, 43, 6)HSL
hsl(57, 76%, 10%)OKLCH
oklch(0.283 0.054 106.3)CMYK
cmyk(0%, 4%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#282706
2#242205
3#1F1E04
4#1B1A04
5#161503
6#121102
7#0D0D02
8#090901
9#040401
Tints
Lighter variations
1#55520C
2#7E7811
3#A69F17
4#CEC61C
5#E3DB35
6#E9E25D
7#EEE986
8#F4F0AE
9#F9F8D7
Tones
Muted variations
1#2B2908
2#29270A
3#27260C
4#25240E
5#232210
6#212012
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 | FBF9 #FBF9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F5 #F7F5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EC #F1EC98 | BordersInactive statesPlaceholder text |
| 400 | EAE3 #EAE362 | Disabled statesSecondary iconsMuted text |
| 500 | E3DB #E3DB35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5BD #C5BD1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D96 #9D9615 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706B #706B0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4845 #48450A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2B #2D2B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDFDF2;
--black-100: #FBF9E0;
--black-200: #F7F5C5;
--black-300: #F1EC98;
--black-400: #EAE362;
--black-500: #E3DB35;
--black-600: #C5BD1B;
--black-700: #9D9615;
--black-800: #706B0F;
--black-900: #48450A;
--black-950: #2D2B06;
}