Olive
#B38600
YellowColor Codes
All color formats for development
HEX
#B38600RGB
rgb(179, 134, 0)HSL
hsl(45, 100%, 35%)OKLCH
oklch(0.646 0.132 84.7)CMYK
cmyk(0%, 25%, 100%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A17800
2#8F6B00
3#7D5E00
4#6B5000
5#594300
6#473600
7#362800
8#241B00
9#120D00
Tints
Lighter variations
1#D49F00
2#F5B800
3#FFC517
4#FFCD38
5#FFD659
6#FFDE7A
7#FFE69C
8#FFEEBD
9#FFF7DE
Tones
Muted variations
1#AA8109
2#A17D12
3#98781B
4#8F7424
5#86702D
6#7D6B36
7#74673E
8#6B6247
9#625E50
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;
}