Olive
#B38900
YellowColor Codes
All color formats for development
HEX
#B38900RGB
rgb(179, 137, 0)HSL
hsl(46, 100%, 35%)OKLCH
oklch(0.652 0.133 86.8)CMYK
cmyk(0%, 23%, 100%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A17B00
2#8F6D00
3#7D6000
4#6B5200
5#594400
6#473700
7#362900
8#241B00
9#120E00
Tints
Lighter variations
1#D4A200
2#F5BC00
3#FFC917
4#FFD138
5#FFD859
6#FFE07A
7#FFE89C
8#FFF0BD
9#FFF7DE
Tones
Muted variations
1#AA8409
2#A17F12
3#987B1B
4#8F7624
5#86712D
6#7D6C36
7#74683E
8#6B6347
9#625E50
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;
}