Olive
#74630B
YellowColor Codes
All color formats for development
HEX
#74630BRGB
rgb(116, 99, 11)HSL
hsl(50, 83%, 25%)OKLCH
oklch(0.501 0.1 96.8)CMYK
cmyk(0%, 15%, 91%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69590A
2#5D4F09
3#524508
4#463B07
5#3A3205
6#2F2804
7#231E03
8#171402
9#0C0A01
Tints
Lighter variations
1#98810E
2#BB9E11
3#DEBC15
4#EBCC2D
5#EFD450
6#F2DD73
7#F5E596
8#F8EEB9
9#FCF6DC
Tones
Muted variations
1#6F5F10
2#6A5C15
3#65581B
4#5F5520
5#5A5125
6#554E2B
7#504A30
8#4A4735
9#45433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F0 #F9F0C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E5 #F5E594 | BordersInactive statesPlaceholder text |
| 400 | F0D7 #F0D75C | Disabled statesSecondary iconsMuted text |
| 500 | EBCC #EBCC2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDAE #CDAE13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A38B #A38B0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7563 #75630B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3F #4B3F07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F28 #2F2804 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF7DE;
--olive-200: #F9F0C2;
--olive-300: #F5E594;
--olive-400: #F0D75C;
--olive-500: #EBCC2D;
--olive-600: #CDAE13;
--olive-700: #A38B0F;
--olive-800: #75630B;
--olive-900: #4B3F07;
--olive-950: #2F2804;
}