Olive
#A09413
YellowColor Codes
All color formats for development
HEX
#A09413RGB
rgb(160, 148, 19)HSL
hsl(55, 79%, 35%)OKLCH
oklch(0.657 0.134 103.5)CMYK
cmyk(0%, 7%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#908511
2#80760F
3#70680D
4#60590B
5#504A09
6#403B07
7#302C06
8#201E04
9#100F02
Tints
Lighter variations
1#BDAF16
2#DBCB1A
3#E7D72F
4#EADD4D
5#EEE36B
6#F1E888
7#F5EEA6
8#F8F4C4
9#FCF9E1
Tones
Muted variations
1#998E1A
2#928821
3#8B8228
4#847D2F
5#7D7736
6#75713D
7#6E6B44
8#67654B
9#605F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F4 #F8F4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EB #F3EB96 | BordersInactive statesPlaceholder text |
| 400 | ECE1 #ECE15F | Disabled statesSecondary iconsMuted text |
| 500 | E7D8 #E7D832 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9BA #C9BA18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A094 #A09413 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 726A #726A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4944 #494409 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2A #2E2A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF9DF;
--olive-200: #F8F4C4;
--olive-300: #F3EB96;
--olive-400: #ECE15F;
--olive-500: #E7D832;
--olive-600: #C9BA18;
--olive-700: #A09413;
--olive-800: #726A0D;
--olive-900: #494409;
--olive-950: #2E2A05;
}