Olive
#74740B
YellowColor Codes
All color formats for development
HEX
#74740BRGB
rgb(116, 116, 11)HSL
hsl(60, 83%, 25%)OKLCH
oklch(0.541 0.115 109.7)CMYK
cmyk(0%, 0%, 91%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69690A
2#5D5D09
3#525208
4#464607
5#3A3A05
6#2F2F04
7#232303
8#171702
9#0C0C01
Tints
Lighter variations
1#98980E
2#BBBB11
3#DEDE15
4#EBEB2D
5#EFEF50
6#F2F273
7#F5F596
8#F8F8B9
9#FCFCDC
Tones
Muted variations
1#6F6F10
2#6A6A15
3#65651B
4#5F5F20
5#5A5A25
6#55552B
7#505030
8#4A4A35
9#45453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFC #FCFCDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F9 #F9F9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5F5 #F5F594 | BordersInactive statesPlaceholder text |
| 400 | F0F0 #F0F05C | Disabled statesSecondary iconsMuted text |
| 500 | EBEB #EBEB2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDCD #CDCD13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A3A3 #A3A30F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7575 #75750B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B4B #4B4B07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2F #2F2F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFEF1;
--olive-100: #FCFCDE;
--olive-200: #F9F9C2;
--olive-300: #F5F594;
--olive-400: #F0F05C;
--olive-500: #EBEB2D;
--olive-600: #CDCD13;
--olive-700: #A3A30F;
--olive-800: #75750B;
--olive-900: #4B4B07;
--olive-950: #2F2F04;
}