Olive
#7E6302
YellowColor Codes
All color formats for development
HEX
#7E6302RGB
rgb(126, 99, 2)HSL
hsl(47, 97%, 25%)OKLCH
oklch(0.512 0.104 89.8)CMYK
cmyk(0%, 21%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#715902
2#644F02
3#584501
4#4B3B01
5#3F3101
6#322801
7#261E01
8#191400
9#0D0A00
Tints
Lighter variations
1#A38002
2#C99E03
3#EFBC04
4#FCCB1D
5#FCD443
6#FDDD68
7#FDE58E
8#FEEEB4
9#FEF6D9
Tones
Muted variations
1#775F08
2#715C0E
3#6B5814
4#65551B
5#5F5121
6#584E27
7#524A2D
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 | FEF7 #FEF7DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF0 #FEF0BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE5 #FDE58B | BordersInactive statesPlaceholder text |
| 400 | FCD7 #FCD74F | Disabled statesSecondary iconsMuted text |
| 500 | FCCB #FCCB1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDAE #DDAE03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B08A #B08A03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E63 #7E6302 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503F #503F01 | 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: #FEF7DC;
--olive-200: #FEF0BE;
--olive-300: #FDE58B;
--olive-400: #FCD74F;
--olive-500: #FCCB1D;
--olive-600: #DDAE03;
--olive-700: #B08A03;
--olive-800: #7E6302;
--olive-900: #503F01;
--olive-950: #322801;
}