Olive
#B09F03
YellowColor Codes
All color formats for development
HEX
#B09F03RGB
rgb(176, 159, 3)HSL
hsl(54, 97%, 35%)OKLCH
oklch(0.696 0.145 101.7)CMYK
cmyk(0%, 10%, 98%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E8F02
2#8D7F02
3#7B6F02
4#695F02
5#584F01
6#463F01
7#353001
8#232001
9#121000
Tints
Lighter variations
1#D0BC03
2#F1D904
3#FCE51A
4#FCE93B
5#FDEC5C
6#FDF07C
7#FEF49D
8#FEF8BE
9#FFFBDE
Tones
Muted variations
1#A7980B
2#9F9114
3#968A1D
4#8D8325
5#857C2E
6#7C7537
7#736E3F
8#6B6748
9#626051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF8 #FEF8BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDF2 #FDF28B | BordersInactive statesPlaceholder text |
| 400 | FCEB #FCEB4F | Disabled statesSecondary iconsMuted text |
| 500 | FCE5 #FCE51D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDC7 #DDC703 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B09F #B09F03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E71 #7E7102 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5048 #504801 | Primary textHigh emphasis contentDark headings |
| 950 | 322D #322D01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEFBDC;
--olive-200: #FEF8BE;
--olive-300: #FDF28B;
--olive-400: #FCEB4F;
--olive-500: #FCE51D;
--olive-600: #DDC703;
--olive-700: #B09F03;
--olive-800: #7E7102;
--olive-900: #504801;
--olive-950: #322D01;
}