Lavender

#EAE0FB

Purple

Color Codes

All color formats for development

HEX
#EAE0FB
RGB
rgb(234, 224, 251)
HSL
hsl(262, 77%, 93%)
OKLCH
oklch(0.923 0.038 302.5)
CMYK
cmyk(7%, 11%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.27:1

AA AAA

On Black Background

16.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#E9DF
200
#D7C4
300
#B897
400
#9361
500
#7534
600
#591A
700
#4715
800
#330F
900
#2009
950
#1406

Shades

Darker variations

1#CDB5F5
2#B08BF0
3#9461EB
4#7738E5
5#5E1BD2
6#4B16A8
7#39107E
8#260B54
9#13052A

Tints

Lighter variations

1#ECE3FB
2#EEE6FC
3#F0E9FC
4#F2ECFD
5#F4EFFD
6#F6F2FD
7#F9F6FE
8#FBF9FE
9#FDFCFF

Tones

Muted variations

1#EAE1FA
2#EAE2F8
3#EBE4F7
4#EBE5F5
5#EBE6F4
6#ECE8F3
7#ECE9F1
8#ECEAF0
9#EDECEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E9DF
#E9DFFB
Light backgroundsTable row hoverSkeleton loading
200
D7C4
#D7C4F7
Secondary backgroundsInput backgroundsDividers
300
B897
#B897F2
BordersInactive statesPlaceholder text
400
9361
#9361EA
Disabled statesSecondary iconsMuted text
500
7534
#7534E5
Primary brand colorCTAsActive elementsLinks
600
591A
#591AC7
Hover statesFocus ringsPrimary buttons hover
700
4715
#47159E
Active/pressed statesDark mode accentsSecondary text
800
330F
#330F71
Text on light backgroundsHeadingsStrong borders
900
2009
#200948
Primary textHigh emphasis contentDark headings
950
1406
#14062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F1FD;
  --lavender-100: #E9DFFB;
  --lavender-200: #D7C4F7;
  --lavender-300: #B897F2;
  --lavender-400: #9361EA;
  --lavender-500: #7534E5;
  --lavender-600: #591AC7;
  --lavender-700: #47159E;
  --lavender-800: #330F71;
  --lavender-900: #200948;
  --lavender-950: #14062D;
}
Generate More ShadesCreate PaletteConvert Color