Lavender

#E0DDDC

Gray

Color Codes

All color formats for development

HEX
#E0DDDC
RGB
rgb(224, 221, 220)
HSL
hsl(15, 6%, 87%)
OKLCH
oklch(0.9 0.004 39.5)
CMYK
cmyk(0%, 1%, 2%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.35:1

AA AAA

On Black Background

15.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F7
100
#EEED
200
#E0DD
300
#C8C3
400
#ABA3
500
#9389
600
#776D
700
#5F57
800
#443E
900
#2B28
950
#1B19

Shades

Darker variations

1#CBC6C4
2#B6AFAD
3#A19895
4#8C817E
5#766C68
6#5E5653
7#47413F
8#2F2B2A
9#181615

Tints

Lighter variations

1#E3E0DF
2#E6E4E3
3#E9E7E6
4#ECEBEA
5#EFEEED
6#F3F1F1
7#F6F5F4
8#F9F8F8
9#FCFCFB

Tones

Muted variations

1#E0DDDC
2#DFDDDC
3#DFDDDC
4#DFDDDD
5#DFDDDD
6#DFDDDD
7#DEDEDD
8#DEDEDD
9#DEDEDE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F7
#F8F7F7
BackgroundsSubtle highlightsCard backgrounds
100
EEED
#EEEDEC
Light backgroundsTable row hoverSkeleton loading
200
E0DD
#E0DDDC
Secondary backgroundsInput backgroundsDividers
300
C8C3
#C8C3C1
BordersInactive statesPlaceholder text
400
ABA3
#ABA3A0
Disabled statesSecondary iconsMuted text
500
9389
#938985
Primary brand colorCTAsActive elementsLinks
600
776D
#776D69
Hover statesFocus ringsPrimary buttons hover
700
5F57
#5F5754
Active/pressed statesDark mode accentsSecondary text
800
443E
#443E3C
Text on light backgroundsHeadingsStrong borders
900
2B28
#2B2826
Primary textHigh emphasis contentDark headings
950
1B19
#1B1918
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F8F7F7;
  --lavender-100: #EEEDEC;
  --lavender-200: #E0DDDC;
  --lavender-300: #C8C3C1;
  --lavender-400: #ABA3A0;
  --lavender-500: #938985;
  --lavender-600: #776D69;
  --lavender-700: #5F5754;
  --lavender-800: #443E3C;
  --lavender-900: #2B2826;
  --lavender-950: #1B1918;
}
Generate More ShadesCreate PaletteConvert Color