Olive
#A38B0F
YellowColor Codes
All color formats for development
HEX
#A38B0FRGB
rgb(163, 139, 15)HSL
hsl(50, 83%, 35%)OKLCH
oklch(0.64 0.128 96.4)CMYK
cmyk(0%, 15%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#937D0E
2#836F0C
3#72610B
4#625309
5#524508
6#413706
7#312A05
8#211C03
9#100E02
Tints
Lighter variations
1#C2A412
2#E0BE15
3#EBCB2B
4#EED349
5#F1DA67
6#F4E186
7#F7E9A4
8#F9F0C2
9#FCF8E1
Tones
Muted variations
1#9C8617
2#95811E
3#8D7C25
4#86772D
5#7E7234
6#776D3C
7#6F6843
8#68634A
9#615E52
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;
}