Olive

#513F01

Yellow

Color Codes

All color formats for development

HEX
#513F01
RGB
rgb(81, 63, 1)
HSL
hsl(47, 98%, 16%)
OKLCH
oklch(0.376 0.076 90.2)
CMYK
cmyk(0%, 22%, 99%, 68%)

Accessibility

WCAG contrast compliance

On White Background

10.19:1

AA AAA

On Black Background

2.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFC
100
#FFF7
200
#FEF0
300
#FEE5
400
#FDD7
500
#FDCC
600
#DEAF
700
#B18B
800
#7E63
900
#513F
950
#3228

Shades

Darker variations

1#493901
2#413301
3#392C01
4#302600
5#282000
6#201900
7#181300
8#100D00
9#080600

Tints

Lighter variations

1#7B6101
2#A68202
3#D0A302
4#FAC503
5#FDCF2B
6#FDD955
7#FEE280
8#FEECAA
9#FFF5D5

Tones

Muted variations

1#4D3D05
2#493B09
3#45390D
4#413611
5#3D3415
6#393219
7#35301D
8#312D21
9#2D2B25

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFC
#FFFCF0
BackgroundsSubtle highlightsCard backgrounds
100
FFF7
#FFF7DC
Light backgroundsTable row hoverSkeleton loading
200
FEF0
#FEF0BD
Secondary backgroundsInput backgroundsDividers
300
FEE5
#FEE58B
BordersInactive statesPlaceholder text
400
FDD7
#FDD74E
Disabled statesSecondary iconsMuted text
500
FDCC
#FDCC1C
Primary brand colorCTAsActive elementsLinks
600
DEAF
#DEAF02
Hover statesFocus ringsPrimary buttons hover
700
B18B
#B18B02
Active/pressed statesDark mode accentsSecondary text
800
7E63
#7E6301
Text on light backgroundsHeadingsStrong borders
900
513F
#513F01
Primary textHigh emphasis contentDark headings
950
3228
#322801
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FFFCF0;
  --olive-100: #FFF7DC;
  --olive-200: #FEF0BD;
  --olive-300: #FEE58B;
  --olive-400: #FDD74E;
  --olive-500: #FDCC1C;
  --olive-600: #DEAF02;
  --olive-700: #B18B02;
  --olive-800: #7E6301;
  --olive-900: #513F01;
  --olive-950: #322801;
}
Generate More ShadesCreate PaletteConvert Color