Lavender

#E7DBFF

Purple

Color Codes

All color formats for development

HEX
#E7DBFF
RGB
rgb(231, 219, 255)
HSL
hsl(260, 100%, 93%)
OKLCH
oklch(0.912 0.05 300.6)
CMYK
cmyk(9%, 14%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.31:1

AA AAA

On Black Background

15.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E7DB
200
#D3BD
300
#B18A
400
#884D
500
#661A
600
#4B00
700
#3B00
800
#2A00
900
#1B00
950
#1100

Shades

Darker variations

1#C8ACFF
2#A87CFF
3#884DFF
4#691EFF
5#4F00ED
6#3F00BE
7#2F008E
8#20005F
9#10002F

Tints

Lighter variations

1#EADFFF
2#ECE2FF
3#EEE6FF
4#F1EAFF
5#F3EDFF
6#F5F1FF
7#F8F4FF
8#FAF8FF
9#FDFBFF

Tones

Muted variations

1#E8DDFD
2#E8DFFB
3#E9E1FA
4#EAE2F8
5#EAE4F6
6#EBE6F4
7#EBE8F3
8#ECEAF1
9#EDEBEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E7DB
#E7DBFF
Light backgroundsTable row hoverSkeleton loading
200
D3BD
#D3BDFF
Secondary backgroundsInput backgroundsDividers
300
B18A
#B18AFF
BordersInactive statesPlaceholder text
400
884D
#884DFF
Disabled statesSecondary iconsMuted text
500
661A
#661AFF
Primary brand colorCTAsActive elementsLinks
600
4B00
#4B00E0
Hover statesFocus ringsPrimary buttons hover
700
3B00
#3B00B3
Active/pressed statesDark mode accentsSecondary text
800
2A00
#2A0080
Text on light backgroundsHeadingsStrong borders
900
1B00
#1B0052
Primary textHigh emphasis contentDark headings
950
1100
#110033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5F0FF;
  --lavender-100: #E7DBFF;
  --lavender-200: #D3BDFF;
  --lavender-300: #B18AFF;
  --lavender-400: #884DFF;
  --lavender-500: #661AFF;
  --lavender-600: #4B00E0;
  --lavender-700: #3B00B3;
  --lavender-800: #2A0080;
  --lavender-900: #1B0052;
  --lavender-950: #110033;
}
Generate More ShadesCreate PaletteConvert Color