Olive
#B08503
YellowColor Codes
All color formats for development
HEX
#B08503RGB
rgb(176, 133, 3)HSL
hsl(45, 97%, 35%)OKLCH
oklch(0.641 0.131 85.5)CMYK
cmyk(0%, 24%, 98%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E7702
2#8D6A02
3#7B5D02
4#695002
5#584201
6#463501
7#352801
8#231B01
9#120D00
Tints
Lighter variations
1#D09D03
2#F1B604
3#FCC31A
4#FCCC3B
5#FDD45C
6#FDDD7C
7#FEE59D
8#FEEEBE
9#FFF6DE
Tones
Muted variations
1#A7800B
2#9F7C14
3#96781D
4#8D7325
5#856F2E
6#7C6B37
7#73663F
8#6B6248
9#625E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF6 #FEF6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEE #FEEEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE1 #FDE18B | BordersInactive statesPlaceholder text |
| 400 | FCD1 #FCD14F | Disabled statesSecondary iconsMuted text |
| 500 | FCC4 #FCC41D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDA7 #DDA703 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B085 #B08503 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E5F #7E5F02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503D #503D01 | Primary textHigh emphasis contentDark headings |
| 950 | 3226 #322601 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FEF6DC;
--olive-200: #FEEEBE;
--olive-300: #FDE18B;
--olive-400: #FCD14F;
--olive-500: #FCC41D;
--olive-600: #DDA703;
--olive-700: #B08503;
--olive-800: #7E5F02;
--olive-900: #503D01;
--olive-950: #322601;
}