Olive
#AB8507
YellowColor Codes
All color formats for development
HEX
#AB8507RGB
rgb(171, 133, 7)HSL
hsl(46, 92%, 35%)OKLCH
oklch(0.635 0.128 88.1)CMYK
cmyk(0%, 22%, 96%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A7806
2#896A06
3#785D05
4#675004
5#564304
6#453503
7#332802
8#221B01
9#110D01
Tints
Lighter variations
1#CB9E08
2#EBB60A
3#F6C420
4#F7CC40
5#F8D560
6#FADD80
7#FBE6A0
8#FCEEBF
9#FEF7DF
Tones
Muted variations
1#A3810F
2#9B7C18
3#937820
4#8B7428
5#826F30
6#7A6B38
7#726641
8#6A6249
9#615E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF6 #FEF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEE #FCEEBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE1 #FAE18E | BordersInactive statesPlaceholder text |
| 400 | F8D2 #F8D254 | Disabled statesSecondary iconsMuted text |
| 500 | F6C5 #F6C523 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7A7 #D7A709 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB85 #AB8507 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A5F #7A5F05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E3D #4E3D03 | Primary textHigh emphasis contentDark headings |
| 950 | 3126 #312602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF0;
--olive-100: #FEF6DD;
--olive-200: #FCEEBF;
--olive-300: #FAE18E;
--olive-400: #F8D254;
--olive-500: #F6C523;
--olive-600: #D7A709;
--olive-700: #AB8507;
--olive-800: #7A5F05;
--olive-900: #4E3D03;
--olive-950: #312602;
}