Olive
#736A0D
YellowColor Codes
All color formats for development
HEX
#736A0DRGB
rgb(115, 106, 13)HSL
hsl(55, 80%, 25%)OKLCH
oklch(0.517 0.104 103.3)CMYK
cmyk(0%, 8%, 89%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67600B
2#5C550A
3#504A09
4#454008
5#393506
6#2E2B05
7#222004
8#171503
9#0B0B01
Tints
Lighter variations
1#958A11
2#B8AA14
3#DACA18
4#E8D930
5#ECDF53
6#F0E675
7#F4EC98
8#F7F2BA
9#FBF9DD
Tones
Muted variations
1#6E6612
2#696217
3#635E1C
4#5E5921
5#595526
6#54512B
7#4F4D30
8#4A4836
9#45443B
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 #F8F4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EB #F3EB95 | BordersInactive statesPlaceholder text |
| 400 | EDE1 #EDE15E | Disabled statesSecondary iconsMuted text |
| 500 | E8D9 #E8D930 | Primary brand colorCTAsActive elementsLinks |
| 600 | CABB #CABB16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A195 #A19512 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736A #736A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4944 #494408 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2B #2E2B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF9DF;
--olive-200: #F8F4C3;
--olive-300: #F3EB95;
--olive-400: #EDE15E;
--olive-500: #E8D930;
--olive-600: #CABB16;
--olive-700: #A19512;
--olive-800: #736A0D;
--olive-900: #494408;
--olive-950: #2E2B05;
}