Olive
#7E6B02
YellowColor Codes
All color formats for development
HEX
#7E6B02RGB
rgb(126, 107, 2)HSL
hsl(51, 97%, 25%)OKLCH
oklch(0.53 0.109 96.7)CMYK
cmyk(0%, 15%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#716002
2#645602
3#584B01
4#4B4001
5#3F3601
6#322B01
7#262001
8#191500
9#0D0B00
Tints
Lighter variations
1#A38B02
2#C9AB03
3#EFCB04
4#FCDA1D
5#FCE043
6#FDE668
7#FDED8E
8#FEF3B4
9#FEF9D9
Tones
Muted variations
1#776708
2#71620E
3#6B5E14
4#655A1B
5#5F5521
6#585127
7#524D2D
8#4C4833
9#46443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF9 #FEF9DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF4 #FEF4BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDEC #FDEC8B | BordersInactive statesPlaceholder text |
| 400 | FCE2 #FCE24F | Disabled statesSecondary iconsMuted text |
| 500 | FCDA #FCDA1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDBC #DDBC03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B096 #B09603 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E6B #7E6B02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5045 #504501 | Primary textHigh emphasis contentDark headings |
| 950 | 322B #322B01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEF9DC;
--olive-200: #FEF4BE;
--olive-300: #FDEC8B;
--olive-400: #FCE24F;
--olive-500: #FCDA1D;
--olive-600: #DDBC03;
--olive-700: #B09603;
--olive-800: #7E6B02;
--olive-900: #504501;
--olive-950: #322B01;
}