Black
#332600
YellowColor Codes
All color formats for development
HEX
#332600RGB
rgb(51, 38, 0)HSL
hsl(45, 100%, 10%)OKLCH
oklch(0.276 0.056 89.1)CMYK
cmyk(0%, 25%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E2200
2#291F00
3#241B00
4#1F1700
5#1A1300
6#140F00
7#0F0B00
8#0A0800
9#050400
Tints
Lighter variations
1#614900
2#8F6B00
3#BD8E00
4#EBB000
5#FFC61A
6#FFD147
7#FFDD75
8#FFE8A3
9#FFF4D1
Tones
Muted variations
1#302503
2#2E2405
3#2B2208
4#29210A
5#26200D
6#241F0F
7#211D12
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 | FFF6 #FFF6DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFEE #FFEEBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFE2 #FFE28A | BordersInactive statesPlaceholder text |
| 400 | FFD2 #FFD24D | Disabled statesSecondary iconsMuted text |
| 500 | FFC6 #FFC61A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0A8 #E0A800 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B386 #B38600 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8060 #806000 | Text on light backgroundsHeadingsStrong borders |
| 900 | 523D #523D00 | Primary textHigh emphasis contentDark headings |
| 950 | 3326 #332600 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFFBF0;
--black-100: #FFF6DB;
--black-200: #FFEEBD;
--black-300: #FFE28A;
--black-400: #FFD24D;
--black-500: #FFC61A;
--black-600: #E0A800;
--black-700: #B38600;
--black-800: #806000;
--black-900: #523D00;
--black-950: #332600;
}