Olive
#A5A50D
YellowColor Codes
All color formats for development
HEX
#A5A50DRGB
rgb(165, 165, 13)HSL
hsl(60, 85%, 35%)OKLCH
oklch(0.699 0.15 109.7)CMYK
cmyk(0%, 0%, 92%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95950C
2#84840B
3#747409
4#636308
5#535307
6#424205
7#323204
8#212103
9#111101
Tints
Lighter variations
1#C4C410
2#E2E212
3#EEEE28
4#F0F047
5#F3F366
6#F5F584
7#F8F8A3
8#FAFAC2
9#FDFDE0
Tones
Muted variations
1#9E9E15
2#96961D
3#8E8E24
4#87872C
5#7F7F33
6#78783B
7#707042
8#68684A
9#616152
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFC #FCFCDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAFA #FAFAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F6 #F6F692 | BordersInactive statesPlaceholder text |
| 400 | F2F2 #F2F25A | Disabled statesSecondary iconsMuted text |
| 500 | EEEE #EEEE2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0D0 #D0D011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A5A5 #A5A50D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7676 #76760A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B4B #4B4B06 | 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: #FCFCDE;
--olive-200: #FAFAC2;
--olive-300: #F6F692;
--olive-400: #F2F25A;
--olive-500: #EEEE2B;
--olive-600: #D0D011;
--olive-700: #A5A50D;
--olive-800: #76760A;
--olive-900: #4B4B06;
--olive-950: #2F2F04;
}