Olive
#7A7A06
YellowColor Codes
All color formats for development
HEX
#7A7A06RGB
rgb(122, 122, 6)HSL
hsl(60, 91%, 25%)OKLCH
oklch(0.561 0.121 109.7)CMYK
cmyk(0%, 0%, 95%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E6E05
2#616105
3#555504
4#494903
5#3D3D03
6#313102
7#252502
8#181801
9#0C0C01
Tints
Lighter variations
1#9E9E07
2#C3C309
3#E7E70B
4#F5F524
5#F6F648
6#F8F86D
7#FAFA91
8#FCFCB6
9#FDFDDA
Tones
Muted variations
1#74740C
2#6E6E11
3#686817
4#63631D
5#5D5D23
6#575729
7#51512E
8#4B4B34
9#46463A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCFC #FCFCC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAFA #FAFA8F | BordersInactive statesPlaceholder text |
| 400 | F7F7 #F7F755 | Disabled statesSecondary iconsMuted text |
| 500 | F5F5 #F5F524 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6D6 #D6D60A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AAAA #AAAA08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A7A #7A7A06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E4E #4E4E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3131 #313102 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFEF0;
--olive-100: #FDFDDD;
--olive-200: #FCFCC0;
--olive-300: #FAFA8F;
--olive-400: #F7F755;
--olive-500: #F5F524;
--olive-600: #D6D60A;
--olive-700: #AAAA08;
--olive-800: #7A7A06;
--olive-900: #4E4E04;
--olive-950: #313102;
}