Olive
#B09603
YellowColor Codes
All color formats for development
HEX
#B09603RGB
rgb(176, 150, 3)HSL
hsl(51, 97%, 35%)OKLCH
oklch(0.676 0.139 96.6)CMYK
cmyk(0%, 15%, 98%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E8702
2#8D7802
3#7B6902
4#695A02
5#584B01
6#463C01
7#352D01
8#231E01
9#120F00
Tints
Lighter variations
1#D0B203
2#F1CE04
3#FCDA1A
4#FCDF3B
5#FDE45C
6#FDEA7C
7#FEEF9D
8#FEF4BE
9#FFFADE
Tones
Muted variations
1#A7900B
2#9F8A14
3#96841D
4#8D7E25
5#85782E
6#7C7137
7#736B3F
8#6B6548
9#625F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF9 #FEF9DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF4 #FEF4BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDEC #FDEC8B | BordersInactive statesPlaceholder text |
| 400 | FCE2 #FCE24F | Disabled statesSecondary iconsMuted text |
| 500 | FCDA #FCDA1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDBC #DDBC03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B096 #B09603 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E6B #7E6B02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5045 #504501 | Primary textHigh emphasis contentDark headings |
| 950 | 322B #322B01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEF9DC;
--olive-200: #FEF4BE;
--olive-300: #FDEC8B;
--olive-400: #FCE24F;
--olive-500: #FCDA1D;
--olive-600: #DDBC03;
--olive-700: #B09603;
--olive-800: #7E6B02;
--olive-900: #504501;
--olive-950: #322B01;
}