Olive
#A29B10
YellowColor Codes
All color formats for development
HEX
#A29B10RGB
rgb(162, 155, 16)HSL
hsl(57, 82%, 35%)OKLCH
oklch(0.674 0.141 106.3)CMYK
cmyk(0%, 4%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#928C0E
2#827C0D
3#726D0B
4#615D0A
5#514E08
6#413E06
7#312F05
8#201F03
9#101002
Tints
Lighter variations
1#C1B813
2#DFD516
3#EAE12C
4#EDE54A
5#F0E968
6#F3EE86
7#F6F2A5
8#F9F6C3
9#FCFBE1
Tones
Muted variations
1#9B9517
2#948E1F
3#8C8726
4#85812D
5#7E7A35
6#77743C
7#6F6D43
8#68664B
9#616052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFA #FCFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F6 #F9F6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F0 #F4F094 | BordersInactive statesPlaceholder text |
| 400 | EFE8 #EFE85D | Disabled statesSecondary iconsMuted text |
| 500 | EAE1 #EAE12E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCC3 #CCC314 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A29B #A29B10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 746F #746F0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A47 #4A4707 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2C #2E2C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCFADF;
--olive-200: #F9F6C3;
--olive-300: #F4F094;
--olive-400: #EFE85D;
--olive-500: #EAE12E;
--olive-600: #CCC314;
--olive-700: #A29B10;
--olive-800: #746F0B;
--olive-900: #4A4707;
--olive-950: #2E2C05;
}