Olive
#9A8F19
YellowColor Codes
All color formats for development
HEX
#9A8F19RGB
rgb(154, 143, 25)HSL
hsl(55, 72%, 35%)OKLCH
oklch(0.64 0.128 103.6)CMYK
cmyk(0%, 7%, 84%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A8116
2#7B7214
3#6B6411
4#5C560F
5#4D470C
6#3D390A
7#2E2B07
8#1F1D05
9#0F0E02
Tints
Lighter variations
1#B6A91E
2#D3C422
3#DFD137
4#E3D754
5#E8DE70
6#ECE48D
7#F1EBA9
8#F6F2C6
9#FAF8E2
Tones
Muted variations
1#93891F
2#8D8426
3#867F2C
4#807933
5#797439
6#736F40
7#6D6946
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 | E6DB #E6DB65 | Disabled statesSecondary iconsMuted text |
| 500 | DFD1 #DFD13A | Primary brand colorCTAsActive elementsLinks |
| 600 | C1B4 #C1B41F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A8F #9A8F19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E66 #6E6612 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4641 #46410B | 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: #E6DB65;
--olive-500: #DFD13A;
--olive-600: #C1B41F;
--olive-700: #9A8F19;
--olive-800: #6E6612;
--olive-900: #46410B;
--olive-950: #2C2907;
}