Olive
#7E7E02
YellowColor Codes
All color formats for development
HEX
#7E7E02RGB
rgb(126, 126, 2)HSL
hsl(60, 97%, 25%)OKLCH
oklch(0.574 0.125 109.8)CMYK
cmyk(0%, 0%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#717102
2#646402
3#585801
4#4B4B01
5#3F3F01
6#323201
7#262601
8#191900
9#0D0D00
Tints
Lighter variations
1#A3A302
2#C9C903
3#EFEF04
4#FCFC1D
5#FCFC43
6#FDFD68
7#FDFD8E
8#FEFEB4
9#FEFED9
Tones
Muted variations
1#777708
2#71710E
3#6B6B14
4#65651B
5#5F5F21
6#585827
7#52522D
8#4C4C33
9#46463A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFF #FFFFF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFE #FEFEDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEFE #FEFEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDFD #FDFD8B | BordersInactive statesPlaceholder text |
| 400 | FCFC #FCFC4F | Disabled statesSecondary iconsMuted text |
| 500 | FCFC #FCFC1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDDD #DDDD03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B0B0 #B0B003 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E7E #7E7E02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5050 #505001 | Primary textHigh emphasis contentDark headings |
| 950 | 3232 #323201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFFF0;
--olive-100: #FEFEDC;
--olive-200: #FEFEBE;
--olive-300: #FDFD8B;
--olive-400: #FCFC4F;
--olive-500: #FCFC1D;
--olive-600: #DDDD03;
--olive-700: #B0B003;
--olive-800: #7E7E02;
--olive-900: #505001;
--olive-950: #323201;
}