Lavender

#E5DFFC

Blue

Color Codes

All color formats for development

HEX
#E5DFFC
RGB
rgb(229, 223, 252)
HSL
hsl(252, 83%, 93%)
OKLCH
oklch(0.917 0.04 295.1)
CMYK
cmyk(9%, 12%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.29:1

AA AAA

On Black Background

16.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E4DE
200
#CDC2
300
#A794
400
#795C
500
#532D
600
#3813
700
#2D0F
800
#200B
900
#1407
950
#0D04

Shades

Darker variations

1#C1B3F8
2#9D88F4
3#7A5CF0
4#5631EC
5#3C14D9
6#3010AE
7#240C82
8#180857
9#0C042B

Tints

Lighter variations

1#E7E2FC
2#EAE5FD
3#ECE8FD
4#EFEBFD
5#F2EFFD
6#F4F2FE
7#F7F5FE
8#FAF8FE
9#FCFCFF

Tones

Muted variations

1#E5E0FA
2#E6E1F9
3#E7E3F8
4#E8E4F6
5#E9E6F5
6#EAE7F3
7#EAE9F2
8#EBEAF0
9#ECECEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E4DE
#E4DEFC
Light backgroundsTable row hoverSkeleton loading
200
CDC2
#CDC2F9
Secondary backgroundsInput backgroundsDividers
300
A794
#A794F5
BordersInactive statesPlaceholder text
400
795C
#795CF0
Disabled statesSecondary iconsMuted text
500
532D
#532DEB
Primary brand colorCTAsActive elementsLinks
600
3813
#3813CD
Hover statesFocus ringsPrimary buttons hover
700
2D0F
#2D0FA3
Active/pressed statesDark mode accentsSecondary text
800
200B
#200B75
Text on light backgroundsHeadingsStrong borders
900
1407
#14074B
Primary textHigh emphasis contentDark headings
950
0D04
#0D042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F1FE;
  --lavender-100: #E4DEFC;
  --lavender-200: #CDC2F9;
  --lavender-300: #A794F5;
  --lavender-400: #795CF0;
  --lavender-500: #532DEB;
  --lavender-600: #3813CD;
  --lavender-700: #2D0FA3;
  --lavender-800: #200B75;
  --lavender-900: #14074B;
  --lavender-950: #0D042F;
}
Generate More ShadesCreate PaletteConvert Color