Lavender

#E8DBFF

Purple

Color Codes

All color formats for development

HEX
#E8DBFF
RGB
rgb(232, 219, 255)
HSL
hsl(262, 100%, 93%)
OKLCH
oklch(0.913 0.05 301.8)
CMYK
cmyk(9%, 14%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.31:1

AA AAA

On Black Background

16.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E8DB
200
#D5BD
300
#B58A
400
#8E4D
500
#6E1A
600
#5200
700
#4100
800
#2F00
900
#1E00
950
#1300

Shades

Darker variations

1#CAACFF
2#AC7CFF
3#8E4DFF
4#701EFF
5#5700ED
6#4600BE
7#34008E
8#23005F
9#11002F

Tints

Lighter variations

1#EBDFFF
2#EDE2FF
3#EFE6FF
4#F1EAFF
5#F4EDFF
6#F6F1FF
7#F8F4FF
8#FAF8FF
9#FDFBFF

Tones

Muted variations

1#E9DDFD
2#E9DFFB
3#EAE1FA
4#EAE2F8
5#EBE4F6
6#EBE6F4
7#ECE8F3
8#ECEAF1
9#EDEBEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E8DB
#E8DBFF
Light backgroundsTable row hoverSkeleton loading
200
D5BD
#D5BDFF
Secondary backgroundsInput backgroundsDividers
300
B58A
#B58AFF
BordersInactive statesPlaceholder text
400
8E4D
#8E4DFF
Disabled statesSecondary iconsMuted text
500
6E1A
#6E1AFF
Primary brand colorCTAsActive elementsLinks
600
5200
#5200E0
Hover statesFocus ringsPrimary buttons hover
700
4100
#4100B3
Active/pressed statesDark mode accentsSecondary text
800
2F00
#2F0080
Text on light backgroundsHeadingsStrong borders
900
1E00
#1E0052
Primary textHigh emphasis contentDark headings
950
1300
#130033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5F0FF;
  --lavender-100: #E8DBFF;
  --lavender-200: #D5BDFF;
  --lavender-300: #B58AFF;
  --lavender-400: #8E4DFF;
  --lavender-500: #6E1AFF;
  --lavender-600: #5200E0;
  --lavender-700: #4100B3;
  --lavender-800: #2F0080;
  --lavender-900: #1E0052;
  --lavender-950: #130033;
}
Generate More ShadesCreate PaletteConvert Color