Olive
#4E4E04
YellowColor Codes
All color formats for development
HEX
#4E4E04RGB
rgb(78, 78, 4)HSL
hsl(60, 90%, 16%)OKLCH
oklch(0.411 0.087 109.7)CMYK
cmyk(0%, 0%, 95%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#464604
2#3E3E03
3#363603
4#2F2F02
5#272702
6#1F1F02
7#171701
8#101001
9#080800
Tints
Lighter variations
1#767606
2#9F9F08
3#C8C80B
4#F0F00D
5#F4F434
6#F6F65C
7#F9F985
8#FBFBAE
9#FDFDD6
Tones
Muted variations
1#4A4A08
2#46460B
3#43430F
4#3F3F13
5#3B3B16
6#37371A
7#34341E
8#303021
9#2C2C25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCFC #FCFCC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F9 #F9F990 | BordersInactive statesPlaceholder text |
| 400 | F6F6 #F6F655 | Disabled statesSecondary iconsMuted text |
| 500 | F4F4 #F4F425 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5D5 #D5D50B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AAAA #AAAA09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7979 #797906 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E4E #4E4E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3030 #303003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFEF0;
--olive-100: #FDFDDD;
--olive-200: #FCFCC0;
--olive-300: #F9F990;
--olive-400: #F6F655;
--olive-500: #F4F425;
--olive-600: #D5D50B;
--olive-700: #AAAA09;
--olive-800: #797906;
--olive-900: #4E4E04;
--olive-950: #303003;
}