Olive
#7E6702
YellowColor Codes
All color formats for development
HEX
#7E6702RGB
rgb(126, 103, 2)HSL
hsl(49, 97%, 25%)OKLCH
oklch(0.521 0.106 93.4)CMYK
cmyk(0%, 18%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#715D02
2#645202
3#584801
4#4B3E01
5#3F3301
6#322901
7#261F01
8#191500
9#0D0A00
Tints
Lighter variations
1#A38602
2#C9A503
3#EFC404
4#FCD31D
5#FCDA43
6#FDE168
7#FDE98E
8#FEF0B4
9#FEF8D9
Tones
Muted variations
1#776308
2#715F0E
3#6B5B14
4#65571B
5#5F5321
6#584F27
7#524B2D
8#4C4833
9#46443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF2 #FEF2BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE8 #FDE88B | BordersInactive statesPlaceholder text |
| 400 | FCDD #FCDD4F | Disabled statesSecondary iconsMuted text |
| 500 | FCD3 #FCD31D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDB5 #DDB503 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B090 #B09003 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E67 #7E6702 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5042 #504201 | Primary textHigh emphasis contentDark headings |
| 950 | 3229 #322901 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FEF8DC;
--olive-200: #FEF2BE;
--olive-300: #FDE88B;
--olive-400: #FCDD4F;
--olive-500: #FCD31D;
--olive-600: #DDB503;
--olive-700: #B09003;
--olive-800: #7E6702;
--olive-900: #504201;
--olive-950: #322901;
}