Olive

#7E6101

Yellow

Color Codes

All color formats for development

HEX
#7E6101
RGB
rgb(126, 97, 1)
HSL
hsl(46, 98%, 25%)
OKLCH
oklch(0.508 0.103 88.1)
CMYK
cmyk(0%, 23%, 99%, 51%)

Accessibility

WCAG contrast compliance

On White Background

5.84:1

AA AAA

On Black Background

3.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFB
100
#FFF6
200
#FEEF
300
#FEE3
400
#FDD4
500
#FDC8
600
#DEAB
700
#B188
800
#7E61
900
#513E
950
#3227

Shades

Darker variations

1#725701
2#654E01
3#584401
4#4C3A01
5#3F3101
6#322701
7#261D00
8#191300
9#0D0A00

Tints

Lighter variations

1#A47E02
2#CA9B02
3#F0B802
4#FDC81C
5#FDD142
6#FDDA68
7#FEE48D
8#FEEDB3
9#FFF6D9

Tones

Muted variations

1#785E08
2#725A0E
3#6B5714
4#65541A
5#5F5021
6#594D27
7#524A2D
8#4C4633
9#46433A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFB
#FFFBF0
BackgroundsSubtle highlightsCard backgrounds
100
FFF6
#FFF6DC
Light backgroundsTable row hoverSkeleton loading
200
FEEF
#FEEFBD
Secondary backgroundsInput backgroundsDividers
300
FEE3
#FEE38B
BordersInactive statesPlaceholder text
400
FDD4
#FDD44E
Disabled statesSecondary iconsMuted text
500
FDC8
#FDC81C
Primary brand colorCTAsActive elementsLinks
600
DEAB
#DEAB02
Hover statesFocus ringsPrimary buttons hover
700
B188
#B18802
Active/pressed statesDark mode accentsSecondary text
800
7E61
#7E6101
Text on light backgroundsHeadingsStrong borders
900
513E
#513E01
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: #FFF6DC;
  --olive-200: #FEEFBD;
  --olive-300: #FEE38B;
  --olive-400: #FDD44E;
  --olive-500: #FDC81C;
  --olive-600: #DEAB02;
  --olive-700: #B18802;
  --olive-800: #7E6101;
  --olive-900: #513E01;
  --olive-950: #322701;
}
Generate More ShadesCreate PaletteConvert Color