Olive
#505002
YellowColor Codes
All color formats for development
HEX
#505002RGB
rgb(80, 80, 2)HSL
hsl(60, 95%, 16%)OKLCH
oklch(0.418 0.09 109.7)CMYK
cmyk(0%, 0%, 98%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484802
2#404002
3#383801
4#303001
5#282801
6#202001
7#181801
8#101000
9#080800
Tints
Lighter variations
1#797903
2#A3A304
3#CDCD05
4#F7F706
5#FAFA2E
6#FBFB58
7#FCFC82
8#FDFDAB
9#FEFED5
Tones
Muted variations
1#4C4C06
2#48480A
3#44440E
4#404012
5#3C3C15
6#383819
7#34341D
8#313121
9#2D2D25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFF #FFFFF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFE #FEFEDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDFD #FDFDBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCFC #FCFC8D | BordersInactive statesPlaceholder text |
| 400 | FBFB #FBFB51 | Disabled statesSecondary iconsMuted text |
| 500 | F9F9 #F9F91F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBDB #DBDB06 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AEAE #AEAE04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C7C #7C7C03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5050 #505002 | Primary textHigh emphasis contentDark headings |
| 950 | 3232 #323201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFFF0;
--olive-100: #FEFEDC;
--olive-200: #FDFDBE;
--olive-300: #FCFC8D;
--olive-400: #FBFB51;
--olive-500: #F9F91F;
--olive-600: #DBDB06;
--olive-700: #AEAE04;
--olive-800: #7C7C03;
--olive-900: #505002;
--olive-950: #323201;
}