Olive
#B39800
YellowColor Codes
All color formats for development
HEX
#B39800RGB
rgb(179, 152, 0)HSL
hsl(51, 100%, 35%)OKLCH
oklch(0.684 0.141 96.3)CMYK
cmyk(0%, 15%, 100%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A18900
2#8F7900
3#7D6A00
4#6B5B00
5#594C00
6#473D00
7#362E00
8#241E00
9#120F00
Tints
Lighter variations
1#D4B400
2#F5D000
3#FFDC17
4#FFE138
5#FFE659
6#FFEB7A
7#FFF09C
8#FFF5BD
9#FFFADE
Tones
Muted variations
1#AA9109
2#A18B12
3#98851B
4#8F7F24
5#86782D
6#7D7236
7#746C3E
8#6B6647
9#625F50
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFA #FFFADB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF5 #FFF5BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFED #FFED8A | BordersInactive statesPlaceholder text |
| 400 | FFE4 #FFE44D | Disabled statesSecondary iconsMuted text |
| 500 | FFDD #FFDD1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0BF #E0BF00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B398 #B39800 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 806C #806C00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5245 #524500 | Primary textHigh emphasis contentDark headings |
| 950 | 332B #332B00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FFFADB;
--olive-200: #FFF5BD;
--olive-300: #FFED8A;
--olive-400: #FFE44D;
--olive-500: #FFDD1A;
--olive-600: #E0BF00;
--olive-700: #B39800;
--olive-800: #806C00;
--olive-900: #524500;
--olive-950: #332B00;
}