Olive
#B19F02
YellowColor Codes
All color formats for development
HEX
#B19F02RGB
rgb(177, 159, 2)HSL
hsl(54, 98%, 35%)OKLCH
oklch(0.697 0.145 101.2)CMYK
cmyk(0%, 10%, 99%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F8F02
2#8D7F01
3#7C6F01
4#6A6001
5#585001
6#474001
7#353001
8#232000
9#121000
Tints
Lighter variations
1#D2BD02
2#F2DA02
3#FDE619
4#FDEA3A
5#FDED5B
6#FEF17C
7#FEF49D
8#FEF8BD
9#FFFBDE
Tones
Muted variations
1#A8980B
2#9F9113
3#968A1C
4#8E8325
5#857C2E
6#7C7536
7#736E3F
8#6B6748
9#626051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFB #FFFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF8 #FEF8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEF2 #FEF28B | BordersInactive statesPlaceholder text |
| 400 | FDEC #FDEC4E | Disabled statesSecondary iconsMuted text |
| 500 | FDE6 #FDE61C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEC8 #DEC802 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B19F #B19F02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E72 #7E7201 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5149 #514901 | Primary textHigh emphasis contentDark headings |
| 950 | 322D #322D01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FFFBDC;
--olive-200: #FEF8BD;
--olive-300: #FEF28B;
--olive-400: #FDEC4E;
--olive-500: #FDE61C;
--olive-600: #DEC802;
--olive-700: #B19F02;
--olive-800: #7E7201;
--olive-900: #514901;
--olive-950: #322D01;
}