Olive
#9D9015
YellowColor Codes
All color formats for development
HEX
#9D9015RGB
rgb(157, 144, 21)HSL
hsl(54, 76%, 35%)OKLCH
oklch(0.645 0.13 102.7)CMYK
cmyk(0%, 8%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D8113
2#7E7311
3#6E640F
4#5E560D
5#4F480B
6#3F3909
7#2F2B06
8#1F1D04
9#100E02
Tints
Lighter variations
1#BAAA19
2#D7C51D
3#E3D233
4#E7D850
5#EBDF6D
6#EFE58A
7#F3ECA7
8#F7F2C5
9#FBF9E2
Tones
Muted variations
1#968A1C
2#908523
3#897F2A
4#827A31
5#7B7437
6#746F3E
7#6E6A45
8#67644C
9#605F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F2 #F7F2C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E8 #F1E898 | BordersInactive statesPlaceholder text |
| 400 | EADC #EADC62 | Disabled statesSecondary iconsMuted text |
| 500 | E3D2 #E3D235 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5B4 #C5B41B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D90 #9D9015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7067 #70670F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4842 #48420A | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF2;
--olive-100: #FBF8E0;
--olive-200: #F7F2C5;
--olive-300: #F1E898;
--olive-400: #EADC62;
--olive-500: #E3D235;
--olive-600: #C5B41B;
--olive-700: #9D9015;
--olive-800: #70670F;
--olive-900: #48420A;
--olive-950: #2D2906;
}