Olive
#B1B102
YellowColor Codes
All color formats for development
HEX
#B1B102RGB
rgb(177, 177, 2)HSL
hsl(60, 98%, 35%)OKLCH
oklch(0.736 0.16 109.8)CMYK
cmyk(0%, 0%, 99%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F9F02
2#8D8D01
3#7C7C01
4#6A6A01
5#585801
6#474701
7#353501
8#232300
9#121200
Tints
Lighter variations
1#D2D202
2#F2F202
3#FDFD19
4#FDFD3A
5#FDFD5B
6#FEFE7C
7#FEFE9D
8#FEFEBD
9#FFFFDE
Tones
Muted variations
1#A8A80B
2#9F9F13
3#96961C
4#8E8E25
5#85852E
6#7C7C36
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 | FFFF #FFFFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEFE #FEFEBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEFE #FEFE8B | BordersInactive statesPlaceholder text |
| 400 | FDFD #FDFD4E | Disabled statesSecondary iconsMuted text |
| 500 | FDFD #FDFD1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEDE #DEDE02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B1B1 #B1B102 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E7E #7E7E01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5151 #515101 | 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: #FFFFDC;
--olive-200: #FEFEBD;
--olive-300: #FEFE8B;
--olive-400: #FDFD4E;
--olive-500: #FDFD1C;
--olive-600: #DEDE02;
--olive-700: #B1B102;
--olive-800: #7E7E01;
--olive-900: #515101;
--olive-950: #323201;
}