Olive
#B38F00
YellowColor Codes
All color formats for development
HEX
#B38F00RGB
rgb(179, 143, 0)HSL
hsl(48, 100%, 35%)OKLCH
oklch(0.665 0.136 90.8)CMYK
cmyk(0%, 20%, 100%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A18100
2#8F7200
3#7D6400
4#6B5600
5#594700
6#473900
7#362B00
8#241D00
9#120E00
Tints
Lighter variations
1#D4A900
2#F5C400
3#FFD117
4#FFD738
5#FFDE59
6#FFE47A
7#FFEB9C
8#FFF2BD
9#FFF8DE
Tones
Muted variations
1#AA8909
2#A18412
3#987F1B
4#8F7924
5#86742D
6#7D6F36
7#74693E
8#6B6447
9#625F50
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF8 #FFF8DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF2 #FFF2BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFE8 #FFE88A | BordersInactive statesPlaceholder text |
| 400 | FFDB #FFDB4D | Disabled statesSecondary iconsMuted text |
| 500 | FFD1 #FFD11A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0B4 #E0B400 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B38F #B38F00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8066 #806600 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5241 #524100 | Primary textHigh emphasis contentDark headings |
| 950 | 3329 #332900 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FFF8DB;
--olive-200: #FFF2BD;
--olive-300: #FFE88A;
--olive-400: #FFDB4D;
--olive-500: #FFD11A;
--olive-600: #E0B400;
--olive-700: #B38F00;
--olive-800: #806600;
--olive-900: #524100;
--olive-950: #332900;
}