Olive

#806F00

Yellow

Color Codes

All color formats for development

HEX
#806F00
RGB
rgb(128, 111, 0)
HSL
hsl(52, 100%, 25%)
OKLCH
oklch(0.541 0.112 98.6)
CMYK
cmyk(0%, 13%, 100%, 50%)

Accessibility

WCAG contrast compliance

On White Background

5.01:1

AA AAA

On Black Background

4.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFD
100
#FFFA
200
#FFF6
300
#FFEF
400
#FFE7
500
#FFE0
600
#E0C2
700
#B39B
800
#806F
900
#5247
950
#332C

Shades

Darker variations

1#736300
2#665800
3#594D00
4#4D4200
5#403700
6#332C00
7#262100
8#1A1600
9#0D0B00

Tints

Lighter variations

1#A69000
2#CCB100
3#F2D200
4#FFE01A
5#FFE540
6#FFEB66
7#FFF08C
8#FFF5B3
9#FFFAD9

Tones

Muted variations

1#796A06
2#73650D
3#6C6013
4#665C19
5#605720
6#595226
7#534E2D
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
FFF6
#FFF6BD
Secondary backgroundsInput backgroundsDividers
300
FFEF
#FFEF8A
BordersInactive statesPlaceholder text
400
FFE7
#FFE74D
Disabled statesSecondary iconsMuted text
500
FFE0
#FFE01A
Primary brand colorCTAsActive elementsLinks
600
E0C2
#E0C200
Hover statesFocus ringsPrimary buttons hover
700
B39B
#B39B00
Active/pressed statesDark mode accentsSecondary text
800
806F
#806F00
Text on light backgroundsHeadingsStrong borders
900
5247
#524700
Primary textHigh emphasis contentDark headings
950
332C
#332C00
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FFFDF0;
  --olive-100: #FFFADB;
  --olive-200: #FFF6BD;
  --olive-300: #FFEF8A;
  --olive-400: #FFE74D;
  --olive-500: #FFE01A;
  --olive-600: #E0C200;
  --olive-700: #B39B00;
  --olive-800: #806F00;
  --olive-900: #524700;
  --olive-950: #332C00;
}
Generate More ShadesCreate PaletteConvert Color