Olive

#A09B13

Yellow

Color Codes

All color formats for development

HEX
#A09B13
RGB
rgb(160, 155, 19)
HSL
hsl(58, 79%, 35%)
OKLCH
oklch(0.672 0.14 107.3)
CMYK
cmyk(0%, 3%, 88%, 37%)

Accessibility

WCAG contrast compliance

On White Background

2.92:1

AA AAA

On Black Background

7.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFD
100
#FBFA
200
#F8F6
300
#F3F0
400
#ECE8
500
#E7E1
600
#C9C3
700
#A09B
800
#726F
900
#4947
950
#2E2C

Shades

Darker variations

1#908C11
2#807C0F
3#706D0D
4#605D0B
5#504E09
6#403E07
7#302F06
8#201F04
9#101002

Tints

Lighter variations

1#BDB816
2#DBD51A
3#E7E12F
4#EAE54D
5#EEE96B
6#F1EE88
7#F5F2A6
8#F8F6C4
9#FCFBE1

Tones

Muted variations

1#99941A
2#928E21
3#8B8728
4#84812F
5#7D7A36
6#75743D
7#6E6D44
8#67664B
9#606052

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFD
#FDFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FBFA
#FBFADF
Light backgroundsTable row hoverSkeleton loading
200
F8F6
#F8F6C4
Secondary backgroundsInput backgroundsDividers
300
F3F0
#F3F096
BordersInactive statesPlaceholder text
400
ECE8
#ECE85F
Disabled statesSecondary iconsMuted text
500
E7E1
#E7E132
Primary brand colorCTAsActive elementsLinks
600
C9C3
#C9C318
Hover statesFocus ringsPrimary buttons hover
700
A09B
#A09B13
Active/pressed statesDark mode accentsSecondary text
800
726F
#726F0D
Text on light backgroundsHeadingsStrong borders
900
4947
#494709
Primary textHigh emphasis contentDark headings
950
2E2C
#2E2C05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FDFDF1;
  --olive-100: #FBFADF;
  --olive-200: #F8F6C4;
  --olive-300: #F3F096;
  --olive-400: #ECE85F;
  --olive-500: #E7E132;
  --olive-600: #C9C318;
  --olive-700: #A09B13;
  --olive-800: #726F0D;
  --olive-900: #494709;
  --olive-950: #2E2C05;
}
Generate More ShadesCreate PaletteConvert Color