Olive
#B19102
YellowColor Codes
All color formats for development
HEX
#B19102RGB
rgb(177, 145, 2)HSL
hsl(49, 98%, 35%)OKLCH
oklch(0.667 0.136 93)CMYK
cmyk(0%, 18%, 99%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F8202
2#8D7401
3#7C6501
4#6A5701
5#584801
6#473A01
7#352B01
8#231D00
9#120E00
Tints
Lighter variations
1#D2AC02
2#F2C602
3#FDD319
4#FDD93A
5#FDE05B
6#FEE67C
7#FEEC9D
8#FEF2BD
9#FFF9DE
Tones
Muted variations
1#A88B0B
2#9F8613
3#96801C
4#8E7A25
5#85752E
6#7C6F36
7#736A3F
8#6B6448
9#625F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF8 #FFF8DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF2 #FEF2BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEE9 #FEE98B | BordersInactive statesPlaceholder text |
| 400 | FDDD #FDDD4E | Disabled statesSecondary iconsMuted text |
| 500 | FDD3 #FDD31C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEB6 #DEB602 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B191 #B19102 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E67 #7E6701 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5142 #514201 | Primary textHigh emphasis contentDark headings |
| 950 | 3229 #322901 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FFF8DC;
--olive-200: #FEF2BD;
--olive-300: #FEE98B;
--olive-400: #FDDD4E;
--olive-500: #FDD31C;
--olive-600: #DEB602;
--olive-700: #B19102;
--olive-800: #7E6701;
--olive-900: #514201;
--olive-950: #322901;
}