Olive

#7D7D03

Yellow

Color Codes

All color formats for development

HEX
#7D7D03
RGB
rgb(125, 125, 3)
HSL
hsl(60, 95%, 25%)
OKLCH
oklch(0.571 0.124 109.7)
CMYK
cmyk(0%, 0%, 98%, 51%)

Accessibility

WCAG contrast compliance

On White Background

4.37:1

AA AAA

On Black Background

4.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFF
100
#FEFE
200
#FDFD
300
#FCFC
400
#FBFB
500
#F9F9
600
#DBDB
700
#AEAE
800
#7C7C
900
#5050
950
#3232

Shades

Darker variations

1#707003
2#636303
3#575702
4#4B4B02
5#3E3E02
6#323201
7#252501
8#191901
9#0C0C00

Tints

Lighter variations

1#A2A204
2#C7C705
3#ECEC06
4#F9F91F
5#FAFA45
6#FBFB6A
7#FCFC8F
8#FDFDB4
9#FEFEDA

Tones

Muted variations

1#767609
2#70700F
3#6A6A15
4#64641B
5#5E5E21
6#585828
7#52522E
8#4C4C34
9#46463A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFF
#FFFFF0
BackgroundsSubtle highlightsCard backgrounds
100
FEFE
#FEFEDC
Light backgroundsTable row hoverSkeleton loading
200
FDFD
#FDFDBE
Secondary backgroundsInput backgroundsDividers
300
FCFC
#FCFC8D
BordersInactive statesPlaceholder text
400
FBFB
#FBFB51
Disabled statesSecondary iconsMuted text
500
F9F9
#F9F91F
Primary brand colorCTAsActive elementsLinks
600
DBDB
#DBDB06
Hover statesFocus ringsPrimary buttons hover
700
AEAE
#AEAE04
Active/pressed statesDark mode accentsSecondary text
800
7C7C
#7C7C03
Text on light backgroundsHeadingsStrong borders
900
5050
#505002
Primary textHigh emphasis contentDark headings
950
3232
#323201
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FFFFF0;
  --olive-100: #FEFEDC;
  --olive-200: #FDFDBE;
  --olive-300: #FCFC8D;
  --olive-400: #FBFB51;
  --olive-500: #F9F91F;
  --olive-600: #DBDB06;
  --olive-700: #AEAE04;
  --olive-800: #7C7C03;
  --olive-900: #505002;
  --olive-950: #323201;
}
Generate More ShadesCreate PaletteConvert Color