Olive
#795E06
YellowColor Codes
All color formats for development
HEX
#795E06RGB
rgb(121, 94, 6)HSL
hsl(46, 91%, 25%)OKLCH
oklch(0.496 0.099 88.6)CMYK
cmyk(0%, 22%, 95%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E5505
2#614C05
3#554204
4#493903
5#3D2F03
6#312602
7#251C02
8#181301
9#0C0901
Tints
Lighter variations
1#9E7B07
2#C39809
3#E7B40B
4#F5C424
5#F6CE48
6#F8D86D
7#FAE191
8#FCEBB6
9#FDF5DA
Tones
Muted variations
1#745C0C
2#6E5911
3#685517
4#63521D
5#5D4F23
6#574C29
7#51492E
8#4B4634
9#46433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEE #FCEEC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE1 #FAE18F | BordersInactive statesPlaceholder text |
| 400 | F7D1 #F7D155 | Disabled statesSecondary iconsMuted text |
| 500 | F5C4 #F5C424 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6A7 #D6A70A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA85 #AA8508 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A5F #7A5F06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E3D #4E3D04 | Primary textHigh emphasis contentDark headings |
| 950 | 3126 #312602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF0;
--olive-100: #FDF6DD;
--olive-200: #FCEEC0;
--olive-300: #FAE18F;
--olive-400: #F7D155;
--olive-500: #F5C424;
--olive-600: #D6A70A;
--olive-700: #AA8508;
--olive-800: #7A5F06;
--olive-900: #4E3D04;
--olive-950: #312602;
}