Olive
#A5890D
YellowColor Codes
All color formats for development
HEX
#A5890DRGB
rgb(165, 137, 13)HSL
hsl(49, 85%, 35%)OKLCH
oklch(0.638 0.128 94)CMYK
cmyk(0%, 17%, 92%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#957C0C
2#846E0B
3#746009
4#635208
5#534507
6#423705
7#322904
8#211B03
9#110E01
Tints
Lighter variations
1#C4A310
2#E2BC12
3#EEC928
4#F0D147
5#F3D966
6#F5E084
7#F8E8A3
8#FAF0C2
9#FDF7E0
Tones
Muted variations
1#9E8415
2#96801D
3#8E7B24
4#87762C
5#7F7133
6#786C3B
7#706842
8#68634A
9#615E52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF0 #FAF0C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E4 #F6E492 | BordersInactive statesPlaceholder text |
| 400 | F2D6 #F2D65A | Disabled statesSecondary iconsMuted text |
| 500 | EECA #EECA2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0AD #D0AD11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A589 #A5890D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7662 #76620A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3F #4B3F06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F27 #2F2704 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF1;
--olive-100: #FCF7DE;
--olive-200: #FAF0C2;
--olive-300: #F6E492;
--olive-400: #F2D65A;
--olive-500: #EECA2B;
--olive-600: #D0AD11;
--olive-700: #A5890D;
--olive-800: #76620A;
--olive-900: #4B3F06;
--olive-950: #2F2704;
}