Olive
#9A9018
YellowColor Codes
All color formats for development
HEX
#9A9018RGB
rgb(154, 144, 24)HSL
hsl(55, 73%, 35%)OKLCH
oklch(0.642 0.129 104.3)CMYK
cmyk(0%, 6%, 84%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B8116
2#7C7313
3#6C6411
4#5D560E
5#4D480C
6#3E390A
7#2E2B07
8#1F1D05
9#0F0E02
Tints
Lighter variations
1#B7AA1D
2#D4C521
3#E0D236
4#E4D853
5#E9DF70
6#EDE58C
7#F2ECA9
8#F6F2C6
9#FBF9E2
Tones
Muted variations
1#948A1F
2#8D8525
3#877F2C
4#807A32
5#7A7439
6#736F3F
7#6D6A46
8#66644C
9#605F53
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF8 #FAF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F2 #F6F2C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFE8 #EFE89A | BordersInactive statesPlaceholder text |
| 400 | E7DC #E7DC65 | Disabled statesSecondary iconsMuted text |
| 500 | E0D2 #E0D238 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2B4 #C2B41E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A90 #9A9018 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E67 #6E6711 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4742 #47420B | Primary textHigh emphasis contentDark headings |
| 950 | 2C29 #2C2907 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF2;
--olive-100: #FAF8E0;
--olive-200: #F6F2C6;
--olive-300: #EFE89A;
--olive-400: #E7DC65;
--olive-500: #E0D238;
--olive-600: #C2B41E;
--olive-700: #9A9018;
--olive-800: #6E6711;
--olive-900: #47420B;
--olive-950: #2C2907;
}