Olive
#75730B
YellowColor Codes
All color formats for development
HEX
#75730BRGB
rgb(117, 115, 11)HSL
hsl(59, 83%, 25%)OKLCH
oklch(0.54 0.113 108.4)CMYK
cmyk(0%, 2%, 91%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69670A
2#5D5C09
3#525008
4#464507
5#3A3905
6#2F2E04
7#232203
8#171702
9#0C0B01
Tints
Lighter variations
1#98950E
2#BBB811
3#DEDA15
4#EBE82D
5#EFEC50
6#F2F073
7#F5F496
8#F8F7B9
9#FCFBDC
Tones
Muted variations
1#6F6E10
2#6A6915
3#65641B
4#5F5E20
5#5A5925
6#55542B
7#504F30
8#4A4A35
9#45453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F8 #F9F8C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5F3 #F5F394 | BordersInactive statesPlaceholder text |
| 400 | F0ED #F0ED5C | Disabled statesSecondary iconsMuted text |
| 500 | EBE8 #EBE82D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDCA #CDCA13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A3A1 #A3A10F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7573 #75730B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B4A #4B4A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2E #2F2E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCFBDE;
--olive-200: #F9F8C2;
--olive-300: #F5F394;
--olive-400: #F0ED5C;
--olive-500: #EBE82D;
--olive-600: #CDCA13;
--olive-700: #A3A10F;
--olive-800: #75730B;
--olive-900: #4B4A07;
--olive-950: #2F2E04;
}