Olive
#4C4C06
YellowColor Codes
All color formats for development
HEX
#4C4C06RGB
rgb(76, 76, 6)HSL
hsl(60, 85%, 16%)OKLCH
oklch(0.404 0.085 109.7)CMYK
cmyk(0%, 0%, 92%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#444406
2#3C3C05
3#353504
4#2D2D04
5#262603
6#1E1E02
7#171702
8#0F0F01
9#080801
Tints
Lighter variations
1#737309
2#9B9B0D
3#C2C210
4#EAEA13
5#EFEF39
6#F2F260
7#F5F588
8#F9F9B0
9#FCFCD7
Tones
Muted variations
1#48480A
2#45450D
3#414111
4#3E3E14
5#3A3A17
6#37371B
7#33331E
8#303022
9#2C2C25
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;
}