Olive
#9D9215
YellowColor Codes
All color formats for development
HEX
#9D9215RGB
rgb(157, 146, 21)HSL
hsl(55, 76%, 35%)OKLCH
oklch(0.649 0.132 103.9)CMYK
cmyk(0%, 7%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D8313
2#7E7511
3#6E660F
4#5E570D
5#4F490B
6#3F3A09
7#2F2C06
8#1F1D04
9#100F02
Tints
Lighter variations
1#BAAD19
2#D7C81D
3#E3D433
4#E7DB50
5#EBE16D
6#EFE78A
7#F3EDA7
8#F7F3C5
9#FBF9E2
Tones
Muted variations
1#968C1C
2#908623
3#89812A
4#827B31
5#7B7637
6#74703E
7#6E6A45
8#67654C
9#605F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F3 #F7F3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E9 #F1E998 | BordersInactive statesPlaceholder text |
| 400 | EADE #EADE62 | Disabled statesSecondary iconsMuted text |
| 500 | E3D5 #E3D535 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5B7 #C5B71B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D92 #9D9215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7068 #70680F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4843 #48430A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2A #2D2A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF2;
--olive-100: #FBF8E0;
--olive-200: #F7F3C5;
--olive-300: #F1E998;
--olive-400: #EADE62;
--olive-500: #E3D535;
--olive-600: #C5B71B;
--olive-700: #9D9215;
--olive-800: #70680F;
--olive-900: #48430A;
--olive-950: #2D2A06;
}