Olive
#776609
YellowColor Codes
All color formats for development
HEX
#776609RGB
rgb(119, 102, 9)HSL
hsl(51, 86%, 25%)OKLCH
oklch(0.511 0.103 97.3)CMYK
cmyk(0%, 14%, 92%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B5C08
2#5F5207
3#534706
4#473D05
5#3B3304
6#2F2904
7#241F03
8#181402
9#0C0A01
Tints
Lighter variations
1#9A850C
2#BEA30E
3#E1C211
4#EFD12A
5#F2D94D
6#F4E171
7#F7E894
8#FAF0B8
9#FCF7DB
Tones
Muted variations
1#71620E
2#6C5E14
3#665B19
4#61571F
5#5B5324
6#564F2A
7#504B2F
8#4B4735
9#45443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF2 #FAF2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7E8 #F7E892 | BordersInactive statesPlaceholder text |
| 400 | F3DB #F3DB59 | Disabled statesSecondary iconsMuted text |
| 500 | EFD1 #EFD12A | Primary brand colorCTAsActive elementsLinks |
| 600 | D1B4 #D1B410 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A68F #A68F0C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7766 #776609 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C41 #4C4106 | Primary textHigh emphasis contentDark headings |
| 950 | 2F29 #2F2904 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FDF8DE;
--olive-200: #FAF2C1;
--olive-300: #F7E892;
--olive-400: #F3DB59;
--olive-500: #EFD12A;
--olive-600: #D1B410;
--olive-700: #A68F0C;
--olive-800: #776609;
--olive-900: #4C4106;
--olive-950: #2F2904;
}