Olive
#A48E0E
YellowColor Codes
All color formats for development
HEX
#A48E0ERGB
rgb(164, 142, 14)HSL
hsl(51, 84%, 35%)OKLCH
oklch(0.647 0.131 97.8)CMYK
cmyk(0%, 13%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94800D
2#83710B
3#73630A
4#635509
5#524707
6#423906
7#312B04
8#211C03
9#100E01
Tints
Lighter variations
1#C3A811
2#E1C214
3#ECCF2A
4#EFD648
5#F2DD67
6#F4E485
7#F7EBA4
8#FAF1C2
9#FCF8E1
Tones
Muted variations
1#9D8816
2#95831D
3#8E7E25
4#86792C
5#7F7334
6#776E3B
7#706943
8#68644A
9#615E52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF8 #FCF8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF1 #FAF1C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E7 #F6E793 | BordersInactive statesPlaceholder text |
| 400 | F1DA #F1DA5B | Disabled statesSecondary iconsMuted text |
| 500 | EDD0 #EDD02C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEB2 #CEB212 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A48E #A48E0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7565 #75650A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B41 #4B4107 | 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: #FCF8DE;
--olive-200: #FAF1C2;
--olive-300: #F6E793;
--olive-400: #F1DA5B;
--olive-500: #EDD02C;
--olive-600: #CEB212;
--olive-700: #A48E0E;
--olive-800: #75650A;
--olive-900: #4B4107;
--olive-950: #2F2804;
}