Olive
#6E6612
YellowColor Codes
All color formats for development
HEX
#6E6612RGB
rgb(110, 102, 18)HSL
hsl(55, 72%, 25%)OKLCH
oklch(0.503 0.099 103.6)CMYK
cmyk(0%, 7%, 84%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#635C10
2#58520E
3#4D470C
4#423D0B
5#373309
6#2C2907
7#211F05
8#161404
9#0B0A02
Tints
Lighter variations
1#8F8517
2#AFA31D
3#D0C222
4#DFD13A
5#E4D95B
6#EAE07B
7#EFE89C
8#F4F0BD
9#FAF7DE
Tones
Muted variations
1#696216
2#645E1B
3#605B20
4#5B5724
5#575329
6#524F2D
7#4E4B32
8#494737
9#44443B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF8 #FAF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F2 #F6F2C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFE8 #EFE89A | BordersInactive statesPlaceholder text |
| 400 | E6DB #E6DB65 | Disabled statesSecondary iconsMuted text |
| 500 | DFD1 #DFD13A | Primary brand colorCTAsActive elementsLinks |
| 600 | C1B4 #C1B41F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A8F #9A8F19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E66 #6E6612 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4641 #46410B | Primary textHigh emphasis contentDark headings |
| 950 | 2C29 #2C2907 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF2;
--olive-100: #FAF8E0;
--olive-200: #F6F2C6;
--olive-300: #EFE89A;
--olive-400: #E6DB65;
--olive-500: #DFD13A;
--olive-600: #C1B41F;
--olive-700: #9A8F19;
--olive-800: #6E6612;
--olive-900: #46410B;
--olive-950: #2C2907;
}