Olive

#AD7E05

Orange

Color Codes

All color formats for development

HEX
#AD7E05
RGB
rgb(173, 126, 5)
HSL
hsl(43, 94%, 35%)
OKLCH
oklch(0.623 0.127 82)
CMYK
cmyk(0%, 27%, 97%, 32%)

Accessibility

WCAG contrast compliance

On White Background

3.64:1

AA AAA

On Black Background

5.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFA
100
#FEF4
200
#FDEB
300
#FBDC
400
#FACA
500
#F8BB
600
#DA9E
700
#AD7E
800
#7C5A
900
#4F39
950
#3124

Shades

Darker variations

1#9C7105
2#8B6404
3#795804
4#684B03
5#573F03
6#453202
7#342602
8#231901
9#110D01

Tints

Lighter variations

1#CD9506
2#EDAC07
3#F8BA1E
4#F9C43E
5#FACE5E
6#FBD87E
7#FCE29F
8#FDEBBF
9#FEF5DF

Tones

Muted variations

1#A57A0E
2#9C7616
3#94731F
4#8C6F27
5#836B2F
6#7B6838
7#726440
8#6A6148
9#625D51

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFA
#FFFAF0
BackgroundsSubtle highlightsCard backgrounds
100
FEF4
#FEF4DC
Light backgroundsTable row hoverSkeleton loading
200
FDEB
#FDEBBF
Secondary backgroundsInput backgroundsDividers
300
FBDC
#FBDC8D
BordersInactive statesPlaceholder text
400
FACA
#FACA52
Disabled statesSecondary iconsMuted text
500
F8BB
#F8BB20
Primary brand colorCTAsActive elementsLinks
600
DA9E
#DA9E07
Hover statesFocus ringsPrimary buttons hover
700
AD7E
#AD7E05
Active/pressed statesDark mode accentsSecondary text
800
7C5A
#7C5A04
Text on light backgroundsHeadingsStrong borders
900
4F39
#4F3902
Primary textHigh emphasis contentDark headings
950
3124
#312402
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FFFAF0;
  --olive-100: #FEF4DC;
  --olive-200: #FDEBBF;
  --olive-300: #FBDC8D;
  --olive-400: #FACA52;
  --olive-500: #F8BB20;
  --olive-600: #DA9E07;
  --olive-700: #AD7E05;
  --olive-800: #7C5A04;
  --olive-900: #4F3902;
  --olive-950: #312402;
}
Generate More ShadesCreate PaletteConvert Color