Olive

#B09303

Yellow

Color Codes

All color formats for development

HEX
#B09303
RGB
rgb(176, 147, 3)
HSL
hsl(50, 97%, 35%)
OKLCH
oklch(0.67 0.137 94.8)
CMYK
cmyk(0%, 16%, 98%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.99:1

AA AAA

On Black Background

7.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFC
100
#FEF9
200
#FEF3
300
#FDEA
400
#FCDF
500
#FCD6
600
#DDB9
700
#B093
800
#7E69
900
#5043
950
#322A

Shades

Darker variations

1#9E8402
2#8D7602
3#7B6702
4#695802
5#584901
6#463B01
7#352C01
8#231D01
9#120F00

Tints

Lighter variations

1#D0AE03
2#F1CA04
3#FCD61A
4#FCDC3B
5#FDE25C
6#FDE87C
7#FEED9D
8#FEF3BE
9#FFF9DE

Tones

Muted variations

1#A78D0B
2#9F8714
3#96821D
4#8D7C25
5#85762E
6#7C7037
7#736B3F
8#6B6548
9#625F51

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFC
#FFFCF0
BackgroundsSubtle highlightsCard backgrounds
100
FEF9
#FEF9DC
Light backgroundsTable row hoverSkeleton loading
200
FEF3
#FEF3BE
Secondary backgroundsInput backgroundsDividers
300
FDEA
#FDEA8B
BordersInactive statesPlaceholder text
400
FCDF
#FCDF4F
Disabled statesSecondary iconsMuted text
500
FCD6
#FCD61D
Primary brand colorCTAsActive elementsLinks
600
DDB9
#DDB903
Hover statesFocus ringsPrimary buttons hover
700
B093
#B09303
Active/pressed statesDark mode accentsSecondary text
800
7E69
#7E6902
Text on light backgroundsHeadingsStrong borders
900
5043
#504301
Primary textHigh emphasis contentDark headings
950
322A
#322A01
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FFFCF0;
  --olive-100: #FEF9DC;
  --olive-200: #FEF3BE;
  --olive-300: #FDEA8B;
  --olive-400: #FCDF4F;
  --olive-500: #FCD61D;
  --olive-600: #DDB903;
  --olive-700: #B09303;
  --olive-800: #7E6902;
  --olive-900: #504301;
  --olive-950: #322A01;
}
Generate More ShadesCreate PaletteConvert Color