Olive

#7D6203

Yellow

Color Codes

All color formats for development

HEX
#7D6203
RGB
rgb(125, 98, 3)
HSL
hsl(47, 95%, 25%)
OKLCH
oklch(0.509 0.103 89.6)
CMYK
cmyk(0%, 22%, 98%, 51%)

Accessibility

WCAG contrast compliance

On White Background

5.80:1

AA AAA

On Black Background

3.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFB
100
#FEF7
200
#FDF0
300
#FCE4
400
#FBD6
500
#F9CA
600
#DBAD
700
#AE89
800
#7C62
900
#503F
950
#3227

Shades

Darker variations

1#705803
2#634E03
3#574502
4#4B3B02
5#3E3102
6#322701
7#251D01
8#191401
9#0C0A00

Tints

Lighter variations

1#A27F04
2#C79D05
3#ECBA06
4#F9CA1F
5#FAD345
6#FBDC6A
7#FCE58F
8#FDEDB4
9#FEF6DA

Tones

Muted variations

1#765F09
2#705B0F
3#6A5815
4#64541B
5#5E5121
6#584D28
7#524A2E
8#4C4734
9#46433A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFB
#FFFBF0
BackgroundsSubtle highlightsCard backgrounds
100
FEF7
#FEF7DC
Light backgroundsTable row hoverSkeleton loading
200
FDF0
#FDF0BE
Secondary backgroundsInput backgroundsDividers
300
FCE4
#FCE48D
BordersInactive statesPlaceholder text
400
FBD6
#FBD651
Disabled statesSecondary iconsMuted text
500
F9CA
#F9CA1F
Primary brand colorCTAsActive elementsLinks
600
DBAD
#DBAD06
Hover statesFocus ringsPrimary buttons hover
700
AE89
#AE8904
Active/pressed statesDark mode accentsSecondary text
800
7C62
#7C6203
Text on light backgroundsHeadingsStrong borders
900
503F
#503F02
Primary textHigh emphasis contentDark headings
950
3227
#322701
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FFFBF0;
  --olive-100: #FEF7DC;
  --olive-200: #FDF0BE;
  --olive-300: #FCE48D;
  --olive-400: #FBD651;
  --olive-500: #F9CA1F;
  --olive-600: #DBAD06;
  --olive-700: #AE8904;
  --olive-800: #7C6203;
  --olive-900: #503F02;
  --olive-950: #322701;
}
Generate More ShadesCreate PaletteConvert Color