Olive
#523D00
YellowColor Codes
All color formats for development
HEX
#523D00RGB
rgb(82, 61, 0)HSL
hsl(45, 100%, 16%)OKLCH
oklch(0.373 0.076 86.6)CMYK
cmyk(0%, 26%, 100%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#493700
2#413100
3#392B00
4#312500
5#291F00
6#211800
7#181200
8#100C00
9#080600
Tints
Lighter variations
1#7C5D00
2#A77D00
3#D29E00
4#FDBE00
5#FFC929
6#FFD454
7#FFDF7E
8#FFEAA9
9#FFF4D4
Tones
Muted variations
1#4E3B04
2#493908
3#45370C
4#413510
5#3D3314
6#393118
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 | 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 {
--olive-50: #FFFBF0;
--olive-100: #FFF6DB;
--olive-200: #FFEEBD;
--olive-300: #FFE28A;
--olive-400: #FFD24D;
--olive-500: #FFC61A;
--olive-600: #E0A800;
--olive-700: #B38600;
--olive-800: #806000;
--olive-900: #523D00;
--olive-950: #332600;
}