Olive
#7E6E01
YellowColor Codes
All color formats for development
HEX
#7E6E01RGB
rgb(126, 110, 1)HSL
hsl(52, 98%, 25%)OKLCH
oklch(0.537 0.111 99.1)CMYK
cmyk(0%, 13%, 99%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#726301
2#655801
3#584D01
4#4C4201
5#3F3701
6#322C01
7#262100
8#191600
9#0D0B00
Tints
Lighter variations
1#A48E02
2#CAAF02
3#F0D002
4#FDDF1C
5#FDE442
6#FDE968
7#FEEF8D
8#FEF4B3
9#FFFAD9
Tones
Muted variations
1#786908
2#72640E
3#6B6014
4#655B1A
5#5F5721
6#595227
7#524D2D
8#4C4933
9#46443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFA #FFFADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF6 #FEF6BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEEE #FEEE8B | BordersInactive statesPlaceholder text |
| 400 | FDE6 #FDE64E | Disabled statesSecondary iconsMuted text |
| 500 | FDDF #FDDF1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEC1 #DEC102 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B199 #B19902 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E6E #7E6E01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5146 #514601 | Primary textHigh emphasis contentDark headings |
| 950 | 322C #322C01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FFFADC;
--olive-200: #FEF6BD;
--olive-300: #FEEE8B;
--olive-400: #FDE64E;
--olive-500: #FDDF1C;
--olive-600: #DEC102;
--olive-700: #B19902;
--olive-800: #7E6E01;
--olive-900: #514601;
--olive-950: #322C01;
}