Olive
#6E6E11
YellowColor Codes
All color formats for development
HEX
#6E6E11RGB
rgb(110, 110, 17)HSL
hsl(60, 73%, 25%)OKLCH
oklch(0.522 0.107 109.6)CMYK
cmyk(0%, 0%, 85%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#63630F
2#58580E
3#4D4D0C
4#42420A
5#373709
6#2C2C07
7#212105
8#161603
9#0B0B02
Tints
Lighter variations
1#8F8F16
2#B0B01C
3#D2D221
4#E0E038
5#E5E55A
6#EAEA7B
7#F0F09C
8#F5F5BD
9#FAFADE
Tones
Muted variations
1#6A6A16
2#65651B
3#60601F
4#5C5C24
5#575728
6#52522D
7#4E4E32
8#494936
9#44443B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAFA #FAFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F6 #F6F6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFEF #EFEF9A | BordersInactive statesPlaceholder text |
| 400 | E7E7 #E7E765 | Disabled statesSecondary iconsMuted text |
| 500 | E0E0 #E0E038 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2C2 #C2C21E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A9A #9A9A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E6E #6E6E11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4747 #47470B | Primary textHigh emphasis contentDark headings |
| 950 | 2C2C #2C2C07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF2;
--olive-100: #FAFAE0;
--olive-200: #F6F6C6;
--olive-300: #EFEF9A;
--olive-400: #E7E765;
--olive-500: #E0E038;
--olive-600: #C2C21E;
--olive-700: #9A9A18;
--olive-800: #6E6E11;
--olive-900: #47470B;
--olive-950: #2C2C07;
}