Olive
#76660A
YellowColor Codes
All color formats for development
HEX
#76660ARGB
rgb(118, 102, 10)HSL
hsl(51, 84%, 25%)OKLCH
oklch(0.51 0.102 98)CMYK
cmyk(0%, 14%, 92%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A5B09
2#5E5108
3#524707
4#463D06
5#3B3305
6#2F2804
7#231E03
8#171402
9#0C0A01
Tints
Lighter variations
1#98840D
2#BCA210
3#DFC013
4#EDD02C
5#F0D84F
6#F3DF72
7#F6E795
8#F9EFB9
9#FCF7DC
Tones
Muted variations
1#706110
2#6B5E15
3#655A1A
4#605620
5#5B5225
6#554F2A
7#504B30
8#4A4735
9#45433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF8 #FCF8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF1 #FAF1C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E7 #F6E793 | BordersInactive statesPlaceholder text |
| 400 | F1DA #F1DA5B | Disabled statesSecondary iconsMuted text |
| 500 | EDD0 #EDD02C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEB2 #CEB212 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A48E #A48E0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7565 #75650A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B41 #4B4107 | Primary textHigh emphasis contentDark headings |
| 950 | 2F28 #2F2804 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF8DE;
--olive-200: #FAF1C2;
--olive-300: #F6E793;
--olive-400: #F1DA5B;
--olive-500: #EDD02C;
--olive-600: #CEB212;
--olive-700: #A48E0E;
--olive-800: #75650A;
--olive-900: #4B4107;
--olive-950: #2F2804;
}