Olive
#A09D13
YellowColor Codes
All color formats for development
HEX
#A09D13RGB
rgb(160, 157, 19)HSL
hsl(59, 79%, 35%)OKLCH
oklch(0.677 0.142 108.3)CMYK
cmyk(0%, 2%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#908E11
2#807E0F
3#706E0D
4#605E0B
5#504F09
6#403F07
7#302F06
8#201F04
9#101002
Tints
Lighter variations
1#BDBB16
2#DBD81A
3#E7E42F
4#EAE74D
5#EEEB6B
6#F1EF88
7#F5F3A6
8#F8F7C4
9#FCFBE1
Tones
Muted variations
1#99971A
2#929021
3#8B8928
4#84822F
5#7D7B36
6#75753D
7#6E6E44
8#67674B
9#606052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F7 #F8F7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F1 #F3F196 | BordersInactive statesPlaceholder text |
| 400 | ECEA #ECEA5F | Disabled statesSecondary iconsMuted text |
| 500 | E7E4 #E7E432 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9C6 #C9C618 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A09D #A09D13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7270 #72700D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4948 #494809 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2D #2E2D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF1;
--olive-100: #FBFBDF;
--olive-200: #F8F7C4;
--olive-300: #F3F196;
--olive-400: #ECEA5F;
--olive-500: #E7E432;
--olive-600: #C9C618;
--olive-700: #A09D13;
--olive-800: #72700D;
--olive-900: #494809;
--olive-950: #2E2D05;
}