Olive
#A28A10
YellowColor Codes
All color formats for development
HEX
#A28A10RGB
rgb(162, 138, 16)HSL
hsl(50, 82%, 35%)OKLCH
oklch(0.637 0.127 96.3)CMYK
cmyk(0%, 15%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#927C0E
2#826E0D
3#72610B
4#61530A
5#514508
6#413706
7#312905
8#201C03
9#100E02
Tints
Lighter variations
1#C1A413
2#DFBD16
3#EACA2C
4#EDD24A
5#F0D968
6#F3E186
7#F6E8A5
8#F9F0C3
9#FCF7E1
Tones
Muted variations
1#9B8517
2#94801F
3#8C7B26
4#85772D
5#7E7235
6#776D3C
7#6F6843
8#68634B
9#615E52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F0 #F9F0C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4E4 #F4E494 | BordersInactive statesPlaceholder text |
| 400 | EFD7 #EFD75D | Disabled statesSecondary iconsMuted text |
| 500 | EACB #EACB2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCAE #CCAE14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A28A #A28A10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7463 #74630B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A3F #4A3F07 | Primary textHigh emphasis contentDark headings |
| 950 | 2E27 #2E2705 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF7DF;
--olive-200: #F9F0C3;
--olive-300: #F4E494;
--olive-400: #EFD75D;
--olive-500: #EACB2E;
--olive-600: #CCAE14;
--olive-700: #A28A10;
--olive-800: #74630B;
--olive-900: #4A3F07;
--olive-950: #2E2705;
}