Black
#323201
YellowColor Codes
All color formats for development
HEX
#323201RGB
rgb(50, 50, 1)HSL
hsl(60, 96%, 10%)OKLCH
oklch(0.307 0.066 109.7)CMYK
cmyk(0%, 0%, 98%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D2D01
2#282801
3#232301
4#1E1E01
5#191901
6#141400
7#0F0F00
8#0A0A00
9#050500
Tints
Lighter variations
1#5F5F02
2#8C8C03
3#B9B904
4#E6E605
5#FAFA1E
6#FBFB4B
7#FCFC78
8#FDFDA5
9#FEFED2
Tones
Muted variations
1#303003
2#2D2D06
3#2B2B08
4#28280B
5#26260D
6#232310
7#212112
8#1E1E15
9#1C1C17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFF #FFFFF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFE #FEFEDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEFE #FEFEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDFD #FDFD8C | BordersInactive statesPlaceholder text |
| 400 | FBFB #FBFB50 | Disabled statesSecondary iconsMuted text |
| 500 | FAFA #FAFA1E | Primary brand colorCTAsActive elementsLinks |
| 600 | DCDC #DCDC04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AFAF #AFAF04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D7D #7D7D03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5050 #505002 | Primary textHigh emphasis contentDark headings |
| 950 | 3232 #323201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFFFF0;
--black-100: #FEFEDC;
--black-200: #FEFEBE;
--black-300: #FDFD8C;
--black-400: #FBFB50;
--black-500: #FAFA1E;
--black-600: #DCDC04;
--black-700: #AFAF04;
--black-800: #7D7D03;
--black-900: #505002;
--black-950: #323201;
}