Olive
#4E4404
YellowColor Codes
All color formats for development
HEX
#4E4404RGB
rgb(78, 68, 4)HSL
hsl(52, 90%, 16%)OKLCH
oklch(0.385 0.078 99.4)CMYK
cmyk(0%, 13%, 95%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#463D04
2#3E3603
3#362F03
4#2F2902
5#272202
6#1F1B02
7#171401
8#100E01
9#080700
Tints
Lighter variations
1#766706
2#9F8B08
3#C8AE0B
4#F0D20D
5#F4DB34
6#F6E25C
7#F9E985
8#FBF0AE
9#FDF8D6
Tones
Muted variations
1#4A4108
2#463E0B
3#433C0F
4#3F3913
5#3B3616
6#37341A
7#34311E
8#302E21
9#2C2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF4 #FCF4C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9EB #F9EB90 | BordersInactive statesPlaceholder text |
| 400 | F6E1 #F6E155 | Disabled statesSecondary iconsMuted text |
| 500 | F4D8 #F4D825 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5BA #D5BA0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA94 #AA9409 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 796A #796A06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E44 #4E4404 | Primary textHigh emphasis contentDark headings |
| 950 | 302A #302A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FDF9DD;
--olive-200: #FCF4C0;
--olive-300: #F9EB90;
--olive-400: #F6E155;
--olive-500: #F4D825;
--olive-600: #D5BA0B;
--olive-700: #AA9409;
--olive-800: #796A06;
--olive-900: #4E4404;
--olive-950: #302A03;
}