Olive
#7D7D03
YellowColor Codes
All color formats for development
HEX
#7D7D03RGB
rgb(125, 125, 3)HSL
hsl(60, 95%, 25%)OKLCH
oklch(0.571 0.124 109.7)CMYK
cmyk(0%, 0%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#707003
2#636303
3#575702
4#4B4B02
5#3E3E02
6#323201
7#252501
8#191901
9#0C0C00
Tints
Lighter variations
1#A2A204
2#C7C705
3#ECEC06
4#F9F91F
5#FAFA45
6#FBFB6A
7#FCFC8F
8#FDFDB4
9#FEFEDA
Tones
Muted variations
1#767609
2#70700F
3#6A6A15
4#64641B
5#5E5E21
6#585828
7#52522E
8#4C4C34
9#46463A
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;
}