Black
#2D2A06
YellowColor Codes
All color formats for development
HEX
#2D2A06RGB
rgb(45, 42, 6)HSL
hsl(55, 76%, 10%)OKLCH
oklch(0.28 0.053 104.6)CMYK
cmyk(0%, 7%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#282506
2#242105
3#1F1D04
4#1B1904
5#161503
6#121102
7#0D0C02
8#090801
9#040401
Tints
Lighter variations
1#554F0C
2#7E7511
3#A69A17
4#CEC01C
5#E3D535
6#E9DD5D
7#EEE686
8#F4EEAE
9#F9F7D7
Tones
Muted variations
1#2B2808
2#29260A
3#27250C
4#25230E
5#232210
6#212012
7#1F1E14
8#1D1D16
9#1B1B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F3 #F7F3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E9 #F1E998 | BordersInactive statesPlaceholder text |
| 400 | EADE #EADE62 | Disabled statesSecondary iconsMuted text |
| 500 | E3D5 #E3D535 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5B7 #C5B71B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D92 #9D9215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7068 #70680F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4843 #48430A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2A #2D2A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDFCF2;
--black-100: #FBF8E0;
--black-200: #F7F3C5;
--black-300: #F1E998;
--black-400: #EADE62;
--black-500: #E3D535;
--black-600: #C5B71B;
--black-700: #9D9215;
--black-800: #70680F;
--black-900: #48430A;
--black-950: #2D2A06;
}