Olive
#72720D
YellowColor Codes
All color formats for development
HEX
#72720DRGB
rgb(114, 114, 13)HSL
hsl(60, 80%, 25%)OKLCH
oklch(0.535 0.112 109.7)CMYK
cmyk(0%, 0%, 89%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67670B
2#5C5C0A
3#505009
4#454508
5#393906
6#2E2E05
7#222204
8#171703
9#0B0B01
Tints
Lighter variations
1#959511
2#B8B814
3#DADA18
4#E8E830
5#ECEC53
6#F0F075
7#F4F498
8#F7F7BA
9#FBFBDD
Tones
Muted variations
1#6E6E12
2#696917
3#63631C
4#5E5E21
5#595926
6#54542B
7#4F4F30
8#4A4A36
9#45453B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F8 #F8F8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F3 #F3F395 | BordersInactive statesPlaceholder text |
| 400 | EDED #EDED5E | Disabled statesSecondary iconsMuted text |
| 500 | E8E8 #E8E830 | Primary brand colorCTAsActive elementsLinks |
| 600 | CACA #CACA16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A1A1 #A1A112 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7373 #73730D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4949 #494908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2E #2E2E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF1;
--olive-100: #FBFBDF;
--olive-200: #F8F8C3;
--olive-300: #F3F395;
--olive-400: #EDED5E;
--olive-500: #E8E830;
--olive-600: #CACA16;
--olive-700: #A1A112;
--olive-800: #73730D;
--olive-900: #494908;
--olive-950: #2E2E05;
}