Olive
#777709
YellowColor Codes
All color formats for development
HEX
#777709RGB
rgb(119, 119, 9)HSL
hsl(60, 86%, 25%)OKLCH
oklch(0.551 0.117 109.7)CMYK
cmyk(0%, 0%, 92%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B6B08
2#5F5F07
3#535306
4#474705
5#3B3B04
6#2F2F04
7#242403
8#181802
9#0C0C01
Tints
Lighter variations
1#9A9A0C
2#BEBE0E
3#E1E111
4#EFEF2A
5#F2F24D
6#F4F471
7#F7F794
8#FAFAB8
9#FCFCDB
Tones
Muted variations
1#71710E
2#6C6C14
3#666619
4#61611F
5#5B5B24
6#56562A
7#50502F
8#4B4B35
9#45453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAFA #FAFAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7F7 #F7F792 | BordersInactive statesPlaceholder text |
| 400 | F3F3 #F3F359 | Disabled statesSecondary iconsMuted text |
| 500 | EFEF #EFEF2A | Primary brand colorCTAsActive elementsLinks |
| 600 | D1D1 #D1D110 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A6A6 #A6A60C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7777 #777709 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C4C #4C4C06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2F #2F2F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFEF1;
--olive-100: #FDFDDE;
--olive-200: #FAFAC1;
--olive-300: #F7F792;
--olive-400: #F3F359;
--olive-500: #EFEF2A;
--olive-600: #D1D110;
--olive-700: #A6A60C;
--olive-800: #777709;
--olive-900: #4C4C06;
--olive-950: #2F2F04;
}