Olive
#7D5E03
YellowColor Codes
All color formats for development
HEX
#7D5E03RGB
rgb(125, 94, 3)HSL
hsl(45, 95%, 25%)OKLCH
oklch(0.5 0.101 85.8)CMYK
cmyk(0%, 25%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#705503
2#634B03
3#574202
4#4B3802
5#3E2F02
6#322601
7#251C01
8#191301
9#0C0900
Tints
Lighter variations
1#A27A04
2#C79605
3#ECB306
4#F9C31F
5#FACD45
6#FBD76A
7#FCE18F
8#FDEBB4
9#FEF5DA
Tones
Muted variations
1#765B09
2#70580F
3#6A5515
4#64521B
5#5E4F21
6#584C28
7#52492E
8#4C4634
9#46433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF6 #FEF6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDEE #FDEEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCE0 #FCE08D | BordersInactive statesPlaceholder text |
| 400 | FBD0 #FBD051 | Disabled statesSecondary iconsMuted text |
| 500 | F9C3 #F9C31F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBA5 #DBA506 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE84 #AE8404 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C5E #7C5E03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503C #503C02 | Primary textHigh emphasis contentDark headings |
| 950 | 3226 #322601 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FEF6DC;
--olive-200: #FDEEBE;
--olive-300: #FCE08D;
--olive-400: #FBD051;
--olive-500: #F9C31F;
--olive-600: #DBA506;
--olive-700: #AE8404;
--olive-800: #7C5E03;
--olive-900: #503C02;
--olive-950: #322601;
}