Olive

#B19402

Yellow

Color Codes

All color formats for development

HEX
#B19402
RGB
rgb(177, 148, 2)
HSL
hsl(50, 98%, 35%)
OKLCH
oklch(0.673 0.138 94.9)
CMYK
cmyk(0%, 16%, 99%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.96:1

AA AAA

On Black Background

7.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFC
100
#FFF9
200
#FEF4
300
#FEEB
400
#FDE0
500
#FDD7
600
#DEBA
700
#B194
800
#7E69
900
#5143
950
#322A

Shades

Darker variations

1#9F8502
2#8D7601
3#7C6701
4#6A5901
5#584A01
6#473B01
7#352C01
8#231E00
9#120F00

Tints

Lighter variations

1#D2AF02
2#F2CA02
3#FDD719
4#FDDD3A
5#FDE25B
6#FEE87C
7#FEEE9D
8#FEF4BD
9#FFF9DE

Tones

Muted variations

1#A88E0B
2#9F8813
3#96821C
4#8E7C25
5#85762E
6#7C7136
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
FFF9
#FFF9DC
Light backgroundsTable row hoverSkeleton loading
200
FEF4
#FEF4BD
Secondary backgroundsInput backgroundsDividers
300
FEEB
#FEEB8B
BordersInactive statesPlaceholder text
400
FDE0
#FDE04E
Disabled statesSecondary iconsMuted text
500
FDD7
#FDD71C
Primary brand colorCTAsActive elementsLinks
600
DEBA
#DEBA02
Hover statesFocus ringsPrimary buttons hover
700
B194
#B19402
Active/pressed statesDark mode accentsSecondary text
800
7E69
#7E6901
Text on light backgroundsHeadingsStrong borders
900
5143
#514301
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: #FFF9DC;
  --olive-200: #FEF4BD;
  --olive-300: #FEEB8B;
  --olive-400: #FDE04E;
  --olive-500: #FDD71C;
  --olive-600: #DEBA02;
  --olive-700: #B19402;
  --olive-800: #7E6901;
  --olive-900: #514301;
  --olive-950: #322A01;
}
Generate More ShadesCreate PaletteConvert Color