Olive
#B0B003
YellowColor Codes
All color formats for development
HEX
#B0B003RGB
rgb(176, 176, 3)HSL
hsl(60, 97%, 35%)OKLCH
oklch(0.733 0.159 109.8)CMYK
cmyk(0%, 0%, 98%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E9E02
2#8D8D02
3#7B7B02
4#696902
5#585801
6#464601
7#353501
8#232301
9#121200
Tints
Lighter variations
1#D0D003
2#F1F104
3#FCFC1A
4#FCFC3B
5#FDFD5C
6#FDFD7C
7#FEFE9D
8#FEFEBE
9#FFFFDE
Tones
Muted variations
1#A7A70B
2#9F9F14
3#96961D
4#8D8D25
5#85852E
6#7C7C37
7#73733F
8#6B6B48
9#626251
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFF #FFFFF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFE #FEFEDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEFE #FEFEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDFD #FDFD8B | BordersInactive statesPlaceholder text |
| 400 | FCFC #FCFC4F | Disabled statesSecondary iconsMuted text |
| 500 | FCFC #FCFC1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDDD #DDDD03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B0B0 #B0B003 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E7E #7E7E02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5050 #505001 | Primary textHigh emphasis contentDark headings |
| 950 | 3232 #323201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFFF0;
--olive-100: #FEFEDC;
--olive-200: #FEFEBE;
--olive-300: #FDFD8B;
--olive-400: #FCFC4F;
--olive-500: #FCFC1D;
--olive-600: #DDDD03;
--olive-700: #B0B003;
--olive-800: #7E7E02;
--olive-900: #505001;
--olive-950: #323201;
}