Olive
#736E0D
YellowColor Codes
All color formats for development
HEX
#736E0DRGB
rgb(115, 110, 13)HSL
hsl(57, 80%, 25%)OKLCH
oklch(0.526 0.108 106.3)CMYK
cmyk(0%, 4%, 89%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67630B
2#5C580A
3#504D09
4#454208
5#393706
6#2E2C05
7#222104
8#171603
9#0B0B01
Tints
Lighter variations
1#958F11
2#B8AF14
3#DAD018
4#E8DF30
5#ECE453
6#F0EA75
7#F4EF98
8#F7F4BA
9#FBFADD
Tones
Muted variations
1#6E6912
2#696417
3#63601C
4#5E5B21
5#595726
6#54522B
7#4F4E30
8#4A4936
9#45443B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F6 #F8F6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EF #F3EF95 | BordersInactive statesPlaceholder text |
| 400 | EDE6 #EDE65E | Disabled statesSecondary iconsMuted text |
| 500 | E8DF #E8DF30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAC1 #CAC116 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A19A #A19A12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736E #736E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4946 #494608 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2C #2E2C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF1;
--olive-100: #FBFADF;
--olive-200: #F8F6C3;
--olive-300: #F3EF95;
--olive-400: #EDE65E;
--olive-500: #E8DF30;
--olive-600: #CAC116;
--olive-700: #A19A12;
--olive-800: #736E0D;
--olive-900: #494608;
--olive-950: #2E2C05;
}