Olive

#7E6901

Yellow

Color Codes

All color formats for development

HEX
#7E6901
RGB
rgb(126, 105, 1)
HSL
hsl(50, 98%, 25%)
OKLCH
oklch(0.526 0.108 95.1)
CMYK
cmyk(0%, 17%, 99%, 51%)

Accessibility

WCAG contrast compliance

On White Background

5.37:1

AA AAA

On Black Background

3.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFC
100
#FFF9
200
#FEF4
300
#FEEB
400
#FDE0
500
#FDD7
600
#DEBA
700
#B194
800
#7E69
900
#5143
950
#322A

Shades

Darker variations

1#725F01
2#655401
3#584A01
4#4C3F01
5#3F3501
6#322A01
7#262000
8#191500
9#0D0B00

Tints

Lighter variations

1#A48902
2#CAA902
3#F0C802
4#FDD71C
5#FDDE42
6#FDE468
7#FEEB8D
8#FEF2B3
9#FFF8D9

Tones

Muted variations

1#786508
2#72610E
3#6B5D14
4#65591A
5#5F5521
6#595027
7#524C2D
8#4C4833
9#46443A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFC
#FFFCF0
BackgroundsSubtle highlightsCard backgrounds
100
FFF9
#FFF9DC
Light backgroundsTable row hoverSkeleton loading
200
FEF4
#FEF4BD
Secondary backgroundsInput backgroundsDividers
300
FEEB
#FEEB8B
BordersInactive statesPlaceholder text
400
FDE0
#FDE04E
Disabled statesSecondary iconsMuted text
500
FDD7
#FDD71C
Primary brand colorCTAsActive elementsLinks
600
DEBA
#DEBA02
Hover statesFocus ringsPrimary buttons hover
700
B194
#B19402
Active/pressed statesDark mode accentsSecondary text
800
7E69
#7E6901
Text on light backgroundsHeadingsStrong borders
900
5143
#514301
Primary textHigh emphasis contentDark headings
950
322A
#322A01
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FFFCF0;
  --olive-100: #FFF9DC;
  --olive-200: #FEF4BD;
  --olive-300: #FEEB8B;
  --olive-400: #FDE04E;
  --olive-500: #FDD71C;
  --olive-600: #DEBA02;
  --olive-700: #B19402;
  --olive-800: #7E6901;
  --olive-900: #514301;
  --olive-950: #322A01;
}
Generate More ShadesCreate PaletteConvert Color