Olive

#795C06

Yellow

Color Codes

All color formats for development

HEX
#795C06
RGB
rgb(121, 92, 6)
HSL
hsl(45, 91%, 25%)
OKLCH
oklch(0.491 0.098 86.6)
CMYK
cmyk(0%, 24%, 95%, 53%)

Accessibility

WCAG contrast compliance

On White Background

6.28:1

AA AAA

On Black Background

3.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFB
100
#FDF5
200
#FCED
300
#FADF
400
#F7CE
500
#F5C0
600
#D6A3
700
#AA82
800
#7A5D
900
#4E3B
950
#3125

Shades

Darker variations

1#6E5305
2#614A05
3#554104
4#493803
5#3D2E03
6#312502
7#251C02
8#181301
9#0C0901

Tints

Lighter variations

1#9E7907
2#C39409
3#E7B00B
4#F5C024
5#F6CB48
6#F8D56D
7#FAE091
8#FCEAB6
9#FDF5DA

Tones

Muted variations

1#745A0C
2#6E5711
3#685417
4#63511D
5#5D4E23
6#574B29
7#51482E
8#4B4634
9#46433A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFB
#FEFBF0
BackgroundsSubtle highlightsCard backgrounds
100
FDF5
#FDF5DD
Light backgroundsTable row hoverSkeleton loading
200
FCED
#FCEDC0
Secondary backgroundsInput backgroundsDividers
300
FADF
#FADF8F
BordersInactive statesPlaceholder text
400
F7CE
#F7CE55
Disabled statesSecondary iconsMuted text
500
F5C0
#F5C024
Primary brand colorCTAsActive elementsLinks
600
D6A3
#D6A30A
Hover statesFocus ringsPrimary buttons hover
700
AA82
#AA8208
Active/pressed statesDark mode accentsSecondary text
800
7A5D
#7A5D06
Text on light backgroundsHeadingsStrong borders
900
4E3B
#4E3B04
Primary textHigh emphasis contentDark headings
950
3125
#312502
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFBF0;
  --olive-100: #FDF5DD;
  --olive-200: #FCEDC0;
  --olive-300: #FADF8F;
  --olive-400: #F7CE55;
  --olive-500: #F5C024;
  --olive-600: #D6A30A;
  --olive-700: #AA8208;
  --olive-800: #7A5D06;
  --olive-900: #4E3B04;
  --olive-950: #312502;
}
Generate More ShadesCreate PaletteConvert Color