Olive
#7E7201
YellowColor Codes
All color formats for development
HEX
#7E7201RGB
rgb(126, 114, 1)HSL
hsl(54, 98%, 25%)OKLCH
oklch(0.546 0.114 102.1)CMYK
cmyk(0%, 10%, 99%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#726601
2#655B01
3#585001
4#4C4401
5#3F3901
6#322D01
7#262200
8#191700
9#0D0B00
Tints
Lighter variations
1#A49402
2#CAB602
3#F0D802
4#FDE61C
5#FDEA42
6#FDEE68
7#FEF38D
8#FEF7B3
9#FFFBD9
Tones
Muted variations
1#786D08
2#72680E
3#6B6314
4#655E1A
5#5F5921
6#595427
7#524F2D
8#4C4A33
9#46453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFB #FFFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF8 #FEF8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEF2 #FEF28B | BordersInactive statesPlaceholder text |
| 400 | FDEC #FDEC4E | Disabled statesSecondary iconsMuted text |
| 500 | FDE6 #FDE61C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEC8 #DEC802 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B19F #B19F02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E72 #7E7201 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5149 #514901 | Primary textHigh emphasis contentDark headings |
| 950 | 322D #322D01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FFFBDC;
--olive-200: #FEF8BD;
--olive-300: #FEF28B;
--olive-400: #FDEC4E;
--olive-500: #FDE61C;
--olive-600: #DEC802;
--olive-700: #B19F02;
--olive-800: #7E7201;
--olive-900: #514901;
--olive-950: #322D01;
}