Olive
#A19012
YellowColor Codes
All color formats for development
HEX
#A19012RGB
rgb(161, 144, 18)HSL
hsl(53, 80%, 35%)OKLCH
oklch(0.649 0.131 100.6)CMYK
cmyk(0%, 11%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#918210
2#81730E
3#70650C
4#60560B
5#504809
6#403A07
7#302B05
8#201D04
9#100E02
Tints
Lighter variations
1#BEAB15
2#DCC518
3#E8D22E
4#EBD94C
5#EEDF6A
6#F2E588
7#F5ECA5
8#F8F2C3
9#FCF9E1
Tones
Muted variations
1#9A8B19
2#928520
3#8B8027
4#847A2E
5#7D7536
6#766F3D
7#6F6A44
8#68644B
9#605F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F2 #F8F2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E8 #F3E895 | BordersInactive statesPlaceholder text |
| 400 | EDDC #EDDC5E | Disabled statesSecondary iconsMuted text |
| 500 | E8D3 #E8D330 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAB5 #CAB516 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A190 #A19012 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7367 #73670D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4942 #494208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E29 #2E2905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF8DF;
--olive-200: #F8F2C3;
--olive-300: #F3E895;
--olive-400: #EDDC5E;
--olive-500: #E8D330;
--olive-600: #CAB516;
--olive-700: #A19012;
--olive-800: #73670D;
--olive-900: #494208;
--olive-950: #2E2905;
}