Olive
#7D6703
YellowColor Codes
All color formats for development
HEX
#7D6703RGB
rgb(125, 103, 3)HSL
hsl(49, 95%, 25%)OKLCH
oklch(0.52 0.106 94)CMYK
cmyk(0%, 18%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#705C03
2#635203
3#574702
4#4B3D02
5#3E3302
6#322901
7#251F01
8#191401
9#0C0A00
Tints
Lighter variations
1#A28504
2#C7A305
3#ECC206
4#F9D11F
5#FAD945
6#FBE16A
7#FCE88F
8#FDF0B4
9#FEF7DA
Tones
Muted variations
1#766209
2#705E0F
3#6A5B15
4#64571B
5#5E5321
6#584F28
7#524B2E
8#4C4734
9#46443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF2 #FDF2BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCE8 #FCE88D | BordersInactive statesPlaceholder text |
| 400 | FBDB #FBDB51 | Disabled statesSecondary iconsMuted text |
| 500 | F9D1 #F9D11F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBB4 #DBB406 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE8F #AE8F04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C66 #7C6603 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5041 #504102 | Primary textHigh emphasis contentDark headings |
| 950 | 3229 #322901 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FEF8DC;
--olive-200: #FDF2BE;
--olive-300: #FCE88D;
--olive-400: #FBDB51;
--olive-500: #F9D11F;
--olive-600: #DBB406;
--olive-700: #AE8F04;
--olive-800: #7C6603;
--olive-900: #504102;
--olive-950: #322901;
}