Olive

#7A6806

Yellow

Color Codes

All color formats for development

HEX
#7A6806
RGB
rgb(122, 104, 6)
HSL
hsl(51, 91%, 25%)
OKLCH
oklch(0.519 0.105 96.9)
CMYK
cmyk(0%, 15%, 95%, 52%)

Accessibility

WCAG contrast compliance

On White Background

5.51:1

AA AAA

On Black Background

3.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFC
100
#FDF9
200
#FCF3
300
#FAEA
400
#F7DF
500
#F5D5
600
#D6B8
700
#AA92
800
#7A68
900
#4E43
950
#312A

Shades

Darker variations

1#6E5E05
2#615305
3#554904
4#493F03
5#3D3403
6#312A02
7#251F02
8#181501
9#0C0A01

Tints

Lighter variations

1#9E8807
2#C3A709
3#E7C60B
4#F5D524
5#F6DC48
6#F8E36D
7#FAEA91
8#FCF1B6
9#FDF8DA

Tones

Muted variations

1#74640C
2#6E6011
3#685C17
4#63581D
5#5D5423
6#575029
7#514C2E
8#4B4834
9#46443A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFC
#FEFCF0
BackgroundsSubtle highlightsCard backgrounds
100
FDF9
#FDF9DD
Light backgroundsTable row hoverSkeleton loading
200
FCF3
#FCF3C0
Secondary backgroundsInput backgroundsDividers
300
FAEA
#FAEA8F
BordersInactive statesPlaceholder text
400
F7DF
#F7DF55
Disabled statesSecondary iconsMuted text
500
F5D5
#F5D524
Primary brand colorCTAsActive elementsLinks
600
D6B8
#D6B80A
Hover statesFocus ringsPrimary buttons hover
700
AA92
#AA9208
Active/pressed statesDark mode accentsSecondary text
800
7A68
#7A6806
Text on light backgroundsHeadingsStrong borders
900
4E43
#4E4304
Primary textHigh emphasis contentDark headings
950
312A
#312A02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFCF0;
  --olive-100: #FDF9DD;
  --olive-200: #FCF3C0;
  --olive-300: #FAEA8F;
  --olive-400: #F7DF55;
  --olive-500: #F5D524;
  --olive-600: #D6B80A;
  --olive-700: #AA9208;
  --olive-800: #7A6806;
  --olive-900: #4E4304;
  --olive-950: #312A02;
}
Generate More ShadesCreate PaletteConvert Color