Black
#332700
YellowColor Codes
All color formats for development
HEX
#332700RGB
rgb(51, 39, 0)HSL
hsl(46, 100%, 10%)OKLCH
oklch(0.279 0.057 91)CMYK
cmyk(0%, 24%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E2300
2#291F00
3#241B00
4#1F1700
5#1A1400
6#141000
7#0F0C00
8#0A0800
9#050400
Tints
Lighter variations
1#614A00
2#8F6D00
3#BD9100
4#EBB400
5#FFC91A
6#FFD447
7#FFDF75
8#FFEAA3
9#FFF4D1
Tones
Muted variations
1#302603
2#2E2405
3#2B2308
4#29220A
5#26200D
6#241F0F
7#211E12
8#1F1C14
9#1C1B17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF7 #FFF7DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF0 #FFF0BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFE4 #FFE48A | BordersInactive statesPlaceholder text |
| 400 | FFD5 #FFD54D | Disabled statesSecondary iconsMuted text |
| 500 | FFC9 #FFC91A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0AC #E0AC00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B389 #B38900 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8062 #806200 | Text on light backgroundsHeadingsStrong borders |
| 900 | 523F #523F00 | Primary textHigh emphasis contentDark headings |
| 950 | 3327 #332700 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFFBF0;
--black-100: #FFF7DB;
--black-200: #FFF0BD;
--black-300: #FFE48A;
--black-400: #FFD54D;
--black-500: #FFC91A;
--black-600: #E0AC00;
--black-700: #B38900;
--black-800: #806200;
--black-900: #523F00;
--black-950: #332700;
}