Lavender

#ECDCFF

Purple

Color Codes

All color formats for development

HEX
#ECDCFF
RGB
rgb(236, 220, 255)
HSL
hsl(267, 100%, 93%)
OKLCH
oklch(0.918 0.05 306)
CMYK
cmyk(7%, 14%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.29:1

AA AAA

On Black Background

16.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#EBDB
200
#DBBD
300
#BE8A
400
#9D4D
500
#811A
600
#6500
700
#5000
800
#3900
900
#2500
950
#1700

Shades

Darker variations

1#D1ACFF
2#B77CFF
3#9D4DFF
4#831EFF
5#6B00ED
6#5500BE
7#40008E
8#2B005F
9#15002F

Tints

Lighter variations

1#EDDFFF
2#EFE2FF
3#F1E6FF
4#F3EAFF
5#F5EDFF
6#F7F1FF
7#F9F4FF
8#FBF8FF
9#FDFBFF

Tones

Muted variations

1#ECDDFD
2#ECDFFB
3#ECE1FA
4#ECE2F8
5#ECE4F6
6#ECE6F4
7#EDE8F3
8#EDEAF1
9#EDEBEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EBDB
#EBDBFF
Light backgroundsTable row hoverSkeleton loading
200
DBBD
#DBBDFF
Secondary backgroundsInput backgroundsDividers
300
BE8A
#BE8AFF
BordersInactive statesPlaceholder text
400
9D4D
#9D4DFF
Disabled statesSecondary iconsMuted text
500
811A
#811AFF
Primary brand colorCTAsActive elementsLinks
600
6500
#6500E0
Hover statesFocus ringsPrimary buttons hover
700
5000
#5000B3
Active/pressed statesDark mode accentsSecondary text
800
3900
#390080
Text on light backgroundsHeadingsStrong borders
900
2500
#250052
Primary textHigh emphasis contentDark headings
950
1700
#170033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F7F0FF;
  --lavender-100: #EBDBFF;
  --lavender-200: #DBBDFF;
  --lavender-300: #BE8AFF;
  --lavender-400: #9D4DFF;
  --lavender-500: #811AFF;
  --lavender-600: #6500E0;
  --lavender-700: #5000B3;
  --lavender-800: #390080;
  --lavender-900: #250052;
  --lavender-950: #170033;
}
Generate More ShadesCreate PaletteConvert Color