Black
#332D00
YellowColor Codes
All color formats for development
HEX
#332D00RGB
rgb(51, 45, 0)HSL
hsl(53, 100%, 10%)OKLCH
oklch(0.294 0.062 101.5)CMYK
cmyk(0%, 12%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E2900
2#292400
3#242000
4#1F1B00
5#1A1700
6#141200
7#0F0E00
8#0A0900
9#050500
Tints
Lighter variations
1#615600
2#8F7E00
3#BDA700
4#EBCF00
5#FFE41A
6#FFEA47
7#FFEF75
8#FFF4A3
9#FFFAD1
Tones
Muted variations
1#302B03
2#2E2905
3#2B2708
4#29250A
5#26230D
6#24210F
7#211F12
8#1F1D14
9#1C1B17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFB #FFFBDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF7 #FFF7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFF1 #FFF18A | BordersInactive statesPlaceholder text |
| 400 | FFEA #FFEA4D | Disabled statesSecondary iconsMuted text |
| 500 | FFE4 #FFE41A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0C6 #E0C600 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B39E #B39E00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8071 #807100 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5248 #524800 | Primary textHigh emphasis contentDark headings |
| 950 | 332D #332D00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFFDF0;
--black-100: #FFFBDB;
--black-200: #FFF7BD;
--black-300: #FFF18A;
--black-400: #FFEA4D;
--black-500: #FFE41A;
--black-600: #E0C600;
--black-700: #B39E00;
--black-800: #807100;
--black-900: #524800;
--black-950: #332D00;
}