Black
#2D2406
YellowColor Codes
All color formats for development
HEX
#2D2406RGB
rgb(45, 36, 6)HSL
hsl(46, 76%, 10%)OKLCH
oklch(0.264 0.047 92.1)CMYK
cmyk(0%, 20%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#282006
2#241D05
3#1F1904
4#1B1604
5#161203
6#120E02
7#0D0B02
8#090701
9#040401
Tints
Lighter variations
1#55440C
2#7E6411
3#A68517
4#CEA51C
5#E3BB35
6#E9C85D
7#EED686
8#F4E4AE
9#F9F1D7
Tones
Muted variations
1#2B2308
2#29220A
3#27210C
4#25200E
5#231F10
6#211E12
7#1F1D14
8#1D1C16
9#1B1B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EB #F7EBC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DC #F1DC98 | BordersInactive statesPlaceholder text |
| 400 | EACA #EACA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3BB #E3BB35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C59E #C59E1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D7D #9D7D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 705A #705A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4839 #48390A | Primary textHigh emphasis contentDark headings |
| 950 | 2D24 #2D2406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDFAF2;
--black-100: #FBF4E0;
--black-200: #F7EBC5;
--black-300: #F1DC98;
--black-400: #EACA62;
--black-500: #E3BB35;
--black-600: #C59E1B;
--black-700: #9D7D15;
--black-800: #705A0F;
--black-900: #48390A;
--black-950: #2D2406;
}