Olive
#7A7A05
YellowColor Codes
All color formats for development
HEX
#7A7A05RGB
rgb(122, 122, 5)HSL
hsl(60, 92%, 25%)OKLCH
oklch(0.561 0.121 109.7)CMYK
cmyk(0%, 0%, 96%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E6E05
2#626204
3#565604
4#494903
5#3D3D03
6#313102
7#252502
8#181801
9#0C0C01
Tints
Lighter variations
1#9F9F07
2#C4C408
3#E9E90A
4#F6F623
5#F7F747
6#F9F96C
7#FAFA91
8#FCFCB6
9#FDFDDA
Tones
Muted variations
1#75750B
2#6F6F11
3#696917
4#63631D
5#5D5D22
6#575728
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 | FEFE #FEFEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCFC #FCFCBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAFA #FAFA8E | BordersInactive statesPlaceholder text |
| 400 | F8F8 #F8F854 | Disabled statesSecondary iconsMuted text |
| 500 | F6F6 #F6F623 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7D7 #D7D709 | Hover statesFocus ringsPrimary buttons hover |
| 700 | ABAB #ABAB07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A7A #7A7A05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E4E #4E4E03 | 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: #FEFEDD;
--olive-200: #FCFCBF;
--olive-300: #FAFA8E;
--olive-400: #F8F854;
--olive-500: #F6F623;
--olive-600: #D7D709;
--olive-700: #ABAB07;
--olive-800: #7A7A05;
--olive-900: #4E4E03;
--olive-950: #313102;
}