Olive

#806C00

Yellow

Color Codes

All color formats for development

HEX
#806C00
RGB
rgb(128, 108, 0)
HSL
hsl(51, 100%, 25%)
OKLCH
oklch(0.534 0.11 96.2)
CMYK
cmyk(0%, 16%, 100%, 50%)

Accessibility

WCAG contrast compliance

On White Background

5.17:1

AA AAA

On Black Background

4.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFD
100
#FFFA
200
#FFF5
300
#FFED
400
#FFE4
500
#FFDD
600
#E0BF
700
#B398
800
#806C
900
#5245
950
#332B

Shades

Darker variations

1#736200
2#665700
3#594C00
4#4D4100
5#403600
6#332B00
7#262100
8#1A1600
9#0D0B00

Tints

Lighter variations

1#A68D00
2#CCAD00
3#F2CE00
4#FFDD1A
5#FFE240
6#FFE866
7#FFEE8C
8#FFF4B3
9#FFF9D9

Tones

Muted variations

1#796806
2#73630D
3#6C5F13
4#665B19
5#605620
6#595226
7#534D2D
8#4D4933
9#464439

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFD
#FFFDF0
BackgroundsSubtle highlightsCard backgrounds
100
FFFA
#FFFADB
Light backgroundsTable row hoverSkeleton loading
200
FFF5
#FFF5BD
Secondary backgroundsInput backgroundsDividers
300
FFED
#FFED8A
BordersInactive statesPlaceholder text
400
FFE4
#FFE44D
Disabled statesSecondary iconsMuted text
500
FFDD
#FFDD1A
Primary brand colorCTAsActive elementsLinks
600
E0BF
#E0BF00
Hover statesFocus ringsPrimary buttons hover
700
B398
#B39800
Active/pressed statesDark mode accentsSecondary text
800
806C
#806C00
Text on light backgroundsHeadingsStrong borders
900
5245
#524500
Primary textHigh emphasis contentDark headings
950
332B
#332B00
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FFFDF0;
  --olive-100: #FFFADB;
  --olive-200: #FFF5BD;
  --olive-300: #FFED8A;
  --olive-400: #FFE44D;
  --olive-500: #FFDD1A;
  --olive-600: #E0BF00;
  --olive-700: #B39800;
  --olive-800: #806C00;
  --olive-900: #524500;
  --olive-950: #332B00;
}
Generate More ShadesCreate PaletteConvert Color