Lavender

#EDDBFF

Purple

Color Codes

All color formats for development

HEX
#EDDBFF
RGB
rgb(237, 219, 255)
HSL
hsl(270, 100%, 93%)
OKLCH
oklch(0.917 0.052 307.8)
CMYK
cmyk(7%, 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
#F7F0
100
#EDDB
200
#DEBD
300
#C48A
400
#A64D
500
#8C1A
600
#7000
700
#5900
800
#4000
900
#2900
950
#1A00

Shades

Darker variations

1#D5ACFF
2#BE7CFF
3#A64DFF
4#8E1EFF
5#7700ED
6#5F00BE
7#47008E
8#2F005F
9#18002F

Tints

Lighter variations

1#EFDFFF
2#F1E2FF
3#F3E6FF
4#F4EAFF
5#F6EDFF
6#F8F1FF
7#FAF4FF
8#FBF8FF
9#FDFBFF

Tones

Muted variations

1#EDDDFD
2#EDDFFB
3#EDE1FA
4#EDE2F8
5#EDE4F6
6#EDE6F4
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
EDDB
#EDDBFF
Light backgroundsTable row hoverSkeleton loading
200
DEBD
#DEBDFF
Secondary backgroundsInput backgroundsDividers
300
C48A
#C48AFF
BordersInactive statesPlaceholder text
400
A64D
#A64DFF
Disabled statesSecondary iconsMuted text
500
8C1A
#8C1AFF
Primary brand colorCTAsActive elementsLinks
600
7000
#7000E0
Hover statesFocus ringsPrimary buttons hover
700
5900
#5900B3
Active/pressed statesDark mode accentsSecondary text
800
4000
#400080
Text on light backgroundsHeadingsStrong borders
900
2900
#290052
Primary textHigh emphasis contentDark headings
950
1A00
#1A0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F7F0FF;
  --lavender-100: #EDDBFF;
  --lavender-200: #DEBDFF;
  --lavender-300: #C48AFF;
  --lavender-400: #A64DFF;
  --lavender-500: #8C1AFF;
  --lavender-600: #7000E0;
  --lavender-700: #5900B3;
  --lavender-800: #400080;
  --lavender-900: #290052;
  --lavender-950: #1A0033;
}
Generate More ShadesCreate PaletteConvert Color