Olive
#7D6D03
YellowColor Codes
All color formats for development
HEX
#7D6D03RGB
rgb(125, 109, 3)HSL
hsl(52, 95%, 25%)OKLCH
oklch(0.534 0.11 99)CMYK
cmyk(0%, 13%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#706103
2#635703
3#574C02
4#4B4102
5#3E3602
6#322B01
7#252001
8#191601
9#0C0B00
Tints
Lighter variations
1#A28D04
2#C7AD05
3#ECCE06
4#F9DC1F
5#FAE245
6#FBE86A
7#FCEE8F
8#FDF3B4
9#FEF9DA
Tones
Muted variations
1#766809
2#70630F
3#6A5F15
4#645A1B
5#5E5621
6#585228
7#524D2E
8#4C4934
9#46443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFA #FEFADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF5 #FDF5BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCED #FCED8D | BordersInactive statesPlaceholder text |
| 400 | FBE4 #FBE451 | Disabled statesSecondary iconsMuted text |
| 500 | F9DC #F9DC1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBBE #DBBE06 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE97 #AE9704 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C6C #7C6C03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5045 #504502 | Primary textHigh emphasis contentDark headings |
| 950 | 322B #322B01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEFADC;
--olive-200: #FDF5BE;
--olive-300: #FCED8D;
--olive-400: #FBE451;
--olive-500: #F9DC1F;
--olive-600: #DBBE06;
--olive-700: #AE9704;
--olive-800: #7C6C03;
--olive-900: #504502;
--olive-950: #322B01;
}