Lavender

#E5DCFF

Purple

Color Codes

All color formats for development

HEX
#E5DCFF
RGB
rgb(229, 220, 255)
HSL
hsl(255, 100%, 93%)
OKLCH
oklch(0.912 0.048 297.2)
CMYK
cmyk(10%, 14%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.31:1

AA AAA

On Black Background

16.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E4DB
200
#CDBD
300
#A78A
400
#794D
500
#531A
600
#3800
700
#2D00
800
#2000
900
#1400
950
#0D00

Shades

Darker variations

1#C1ACFF
2#9D7CFF
3#7A4DFF
4#561EFF
5#3B00ED
6#2F00BE
7#24008E
8#18005F
9#0C002F

Tints

Lighter variations

1#E7DFFF
2#EAE2FF
3#ECE6FF
4#EFEAFF
5#F2EDFF
6#F4F1FF
7#F7F4FF
8#FAF8FF
9#FCFBFF

Tones

Muted variations

1#E5DDFD
2#E6DFFB
3#E7E1FA
4#E8E2F8
5#E9E4F6
6#EAE6F4
7#EAE8F3
8#EBEAF1
9#ECEBEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E4DB
#E4DBFF
Light backgroundsTable row hoverSkeleton loading
200
CDBD
#CDBDFF
Secondary backgroundsInput backgroundsDividers
300
A78A
#A78AFF
BordersInactive statesPlaceholder text
400
794D
#794DFF
Disabled statesSecondary iconsMuted text
500
531A
#531AFF
Primary brand colorCTAsActive elementsLinks
600
3800
#3800E0
Hover statesFocus ringsPrimary buttons hover
700
2D00
#2D00B3
Active/pressed statesDark mode accentsSecondary text
800
2000
#200080
Text on light backgroundsHeadingsStrong borders
900
1400
#140052
Primary textHigh emphasis contentDark headings
950
0D00
#0D0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F0FF;
  --lavender-100: #E4DBFF;
  --lavender-200: #CDBDFF;
  --lavender-300: #A78AFF;
  --lavender-400: #794DFF;
  --lavender-500: #531AFF;
  --lavender-600: #3800E0;
  --lavender-700: #2D00B3;
  --lavender-800: #200080;
  --lavender-900: #140052;
  --lavender-950: #0D0033;
}
Generate More ShadesCreate PaletteConvert Color