Lavender

#EADCFF

Purple

Color Codes

All color formats for development

HEX
#EADCFF
RGB
rgb(234, 220, 255)
HSL
hsl(264, 100%, 93%)
OKLCH
oklch(0.916 0.049 303.6)
CMYK
cmyk(8%, 14%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.30:1

AA AAA

On Black Background

16.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EADB
200
#D7BD
300
#B98A
400
#944D
500
#751A
600
#5A00
700
#4700
800
#3300
900
#2100
950
#1400

Shades

Darker variations

1#CDACFF
2#B17CFF
3#944DFF
4#781EFF
5#5F00ED
6#4C00BE
7#39008E
8#26005F
9#13002F

Tints

Lighter variations

1#ECDFFF
2#EEE2FF
3#F0E6FF
4#F2EAFF
5#F4EDFF
6#F6F1FF
7#F9F4FF
8#FBF8FF
9#FDFBFF

Tones

Muted variations

1#EADDFD
2#EADFFB
3#EBE1FA
4#EBE2F8
5#EBE4F6
6#ECE6F4
7#ECE8F3
8#ECEAF1
9#EDEBEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EADB
#EADBFF
Light backgroundsTable row hoverSkeleton loading
200
D7BD
#D7BDFF
Secondary backgroundsInput backgroundsDividers
300
B98A
#B98AFF
BordersInactive statesPlaceholder text
400
944D
#944DFF
Disabled statesSecondary iconsMuted text
500
751A
#751AFF
Primary brand colorCTAsActive elementsLinks
600
5A00
#5A00E0
Hover statesFocus ringsPrimary buttons hover
700
4700
#4700B3
Active/pressed statesDark mode accentsSecondary text
800
3300
#330080
Text on light backgroundsHeadingsStrong borders
900
2100
#210052
Primary textHigh emphasis contentDark headings
950
1400
#140033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F0FF;
  --lavender-100: #EADBFF;
  --lavender-200: #D7BDFF;
  --lavender-300: #B98AFF;
  --lavender-400: #944DFF;
  --lavender-500: #751AFF;
  --lavender-600: #5A00E0;
  --lavender-700: #4700B3;
  --lavender-800: #330080;
  --lavender-900: #210052;
  --lavender-950: #140033;
}
Generate More ShadesCreate PaletteConvert Color