Lavender

#EDBDFF

Purple

Color Codes

All color formats for development

HEX
#EDBDFF
RGB
rgb(237, 189, 255)
HSL
hsl(284, 100%, 87%)
OKLCH
oklch(0.862 0.103 316.7)
CMYK
cmyk(7%, 26%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.58:1

AA AAA

On Black Background

13.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F5DB
200
#EDBD
300
#E08A
400
#CF4D
500
#C21A
600
#A500
700
#8300
800
#5E00
900
#3C00
950
#2500

Shades

Darker variations

1#E190FF
2#D664FF
3#CA38FF
4#BE0BFF
5#A300DE
6#8200B1
7#620085
8#410059
9#21002C

Tints

Lighter variations

1#EFC3FF
2#F1CAFF
3#F3D1FF
4#F4D7FF
5#F6DEFF
6#F8E4FF
7#FAEBFF
8#FBF2FF
9#FDF8FF

Tones

Muted variations

1#ECC0FC
2#EAC3F8
3#E9C7F5
4#E7CAF2
5#E6CDEE
6#E4D1EB
7#E2D4E8
8#E1D7E4
9#DFDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF0
#FBF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F5DB
#F5DBFF
Light backgroundsTable row hoverSkeleton loading
200
EDBD
#EDBDFF
Secondary backgroundsInput backgroundsDividers
300
E08A
#E08AFF
BordersInactive statesPlaceholder text
400
CF4D
#CF4DFF
Disabled statesSecondary iconsMuted text
500
C21A
#C21AFF
Primary brand colorCTAsActive elementsLinks
600
A500
#A500E0
Hover statesFocus ringsPrimary buttons hover
700
8300
#8300B3
Active/pressed statesDark mode accentsSecondary text
800
5E00
#5E0080
Text on light backgroundsHeadingsStrong borders
900
3C00
#3C0052
Primary textHigh emphasis contentDark headings
950
2500
#250033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #FBF0FF;
  --lavender-100: #F5DBFF;
  --lavender-200: #EDBDFF;
  --lavender-300: #E08AFF;
  --lavender-400: #CF4DFF;
  --lavender-500: #C21AFF;
  --lavender-600: #A500E0;
  --lavender-700: #8300B3;
  --lavender-800: #5E0080;
  --lavender-900: #3C0052;
  --lavender-950: #250033;
}
Generate More ShadesCreate PaletteConvert Color