Black
#322901
YellowColor Codes
All color formats for development
HEX
#322901RGB
rgb(50, 41, 1)HSL
hsl(49, 96%, 10%)OKLCH
oklch(0.283 0.057 95.9)CMYK
cmyk(0%, 18%, 98%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D2501
2#282101
3#231D01
4#1E1901
5#191501
6#141000
7#0F0C00
8#0A0800
9#050400
Tints
Lighter variations
1#5F4E02
2#8C7303
3#B99804
4#E6BD05
5#FAD21E
6#FBDB4B
7#FCE478
8#FDEDA5
9#FEF6D2
Tones
Muted variations
1#302703
2#2D2606
3#2B2408
4#28230B
5#26210D
6#232010
7#211E12
8#1E1D15
9#1C1B17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF2 #FEF2BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE8 #FDE88C | BordersInactive statesPlaceholder text |
| 400 | FBDC #FBDC50 | Disabled statesSecondary iconsMuted text |
| 500 | FAD2 #FAD21E | Primary brand colorCTAsActive elementsLinks |
| 600 | DCB4 #DCB404 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF90 #AF9004 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D67 #7D6703 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5042 #504202 | Primary textHigh emphasis contentDark headings |
| 950 | 3229 #322901 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFFCF0;
--black-100: #FEF8DC;
--black-200: #FEF2BE;
--black-300: #FDE88C;
--black-400: #FBDC50;
--black-500: #FAD21E;
--black-600: #DCB404;
--black-700: #AF9004;
--black-800: #7D6703;
--black-900: #504202;
--black-950: #322901;
}