Olive
#7E6502
YellowColor Codes
All color formats for development
HEX
#7E6502RGB
rgb(126, 101, 2)HSL
hsl(48, 97%, 25%)OKLCH
oklch(0.517 0.105 91.6)CMYK
cmyk(0%, 20%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#715B02
2#645102
3#584701
4#4B3D01
5#3F3201
6#322801
7#261E01
8#191400
9#0D0A00
Tints
Lighter variations
1#A38302
2#C9A103
3#EFC004
4#FCCF1D
5#FCD743
6#FDDF68
7#FDE78E
8#FEEFB4
9#FEF7D9
Tones
Muted variations
1#776108
2#715D0E
3#6B5A14
4#65561B
5#5F5221
6#584F27
7#524B2D
8#4C4733
9#46433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF1 #FEF1BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE6 #FDE68B | BordersInactive statesPlaceholder text |
| 400 | FCDA #FCDA4F | Disabled statesSecondary iconsMuted text |
| 500 | FCCF #FCCF1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDB2 #DDB203 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B08D #B08D03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E65 #7E6502 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5041 #504101 | Primary textHigh emphasis contentDark headings |
| 950 | 3228 #322801 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FEF8DC;
--olive-200: #FEF1BE;
--olive-300: #FDE68B;
--olive-400: #FCDA4F;
--olive-500: #FCCF1D;
--olive-600: #DDB203;
--olive-700: #B08D03;
--olive-800: #7E6502;
--olive-900: #504101;
--olive-950: #322801;
}