Olive
#7C6E03
YellowColor Codes
All color formats for development
HEX
#7C6E03RGB
rgb(124, 110, 3)HSL
hsl(53, 95%, 25%)OKLCH
oklch(0.535 0.11 100.4)CMYK
cmyk(0%, 11%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#706303
2#635803
3#574D02
4#4B4202
5#3E3702
6#322C01
7#252101
8#191601
9#0C0B00
Tints
Lighter variations
1#A28F04
2#C7B005
3#ECD106
4#F9E01F
5#FAE545
6#FBEA6A
7#FCEF8F
8#FDF5B4
9#FEFADA
Tones
Muted variations
1#766A09
2#70650F
3#6A6015
4#645C1B
5#5E5721
6#585228
7#524E2E
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 | FDF6 #FDF6BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCEF #FCEF8D | BordersInactive statesPlaceholder text |
| 400 | FBE7 #FBE751 | Disabled statesSecondary iconsMuted text |
| 500 | F9E0 #F9E01F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBC2 #DBC206 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE9A #AE9A04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C6E #7C6E03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5047 #504702 | Primary textHigh emphasis contentDark headings |
| 950 | 322C #322C01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEFADC;
--olive-200: #FDF6BE;
--olive-300: #FCEF8D;
--olive-400: #FBE751;
--olive-500: #F9E01F;
--olive-600: #DBC206;
--olive-700: #AE9A04;
--olive-800: #7C6E03;
--olive-900: #504702;
--olive-950: #322C01;
}