Olive
#523F00
YellowColor Codes
All color formats for development
HEX
#523F00RGB
rgb(82, 63, 0)HSL
hsl(46, 100%, 16%)OKLCH
oklch(0.378 0.077 89.3)CMYK
cmyk(0%, 23%, 100%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#493800
2#413200
3#392C00
4#312600
5#291F00
6#211900
7#181300
8#100D00
9#080600
Tints
Lighter variations
1#7C5F00
2#A78000
3#D2A100
4#FDC200
5#FFCD29
6#FFD754
7#FFE17E
8#FFEBA9
9#FFF5D4
Tones
Muted variations
1#4E3C04
2#493A08
3#45380C
4#413610
5#3D3414
6#393218
7#352F1D
8#312D21
9#2D2B25
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 {
--olive-50: #FFFBF0;
--olive-100: #FFF7DB;
--olive-200: #FFF0BD;
--olive-300: #FFE48A;
--olive-400: #FFD54D;
--olive-500: #FFC91A;
--olive-600: #E0AC00;
--olive-700: #B38900;
--olive-800: #806200;
--olive-900: #523F00;
--olive-950: #332700;
}