Lavender

#ECDEFC

Purple

Color Codes

All color formats for development

HEX
#ECDEFC
RGB
rgb(236, 222, 252)
HSL
hsl(268, 83%, 93%)
OKLCH
oklch(0.921 0.043 306.5)
CMYK
cmyk(6%, 12%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.28:1

AA AAA

On Black Background

16.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#ECDE
200
#DCC2
300
#C194
400
#A15C
500
#862D
600
#6A13
700
#540F
800
#3C0B
900
#2707
950
#1804

Shades

Darker variations

1#D3B3F8
2#BA88F4
3#A15CF0
4#8831EC
5#7014D9
6#5A10AE
7#430C82
8#2D0857
9#16042B

Tints

Lighter variations

1#EEE2FC
2#F0E5FD
3#F2E8FD
4#F4EBFD
5#F6EFFD
6#F7F2FE
7#F9F5FE
8#FBF8FE
9#FDFCFF

Tones

Muted variations

1#ECE0FA
2#ECE1F9
3#ECE3F8
4#EDE4F6
5#EDE6F5
6#EDE7F3
7#EDE9F2
8#EDEAF0
9#EDECEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FE
BackgroundsSubtle highlightsCard backgrounds
100
ECDE
#ECDEFC
Light backgroundsTable row hoverSkeleton loading
200
DCC2
#DCC2F9
Secondary backgroundsInput backgroundsDividers
300
C194
#C194F5
BordersInactive statesPlaceholder text
400
A15C
#A15CF0
Disabled statesSecondary iconsMuted text
500
862D
#862DEB
Primary brand colorCTAsActive elementsLinks
600
6A13
#6A13CD
Hover statesFocus ringsPrimary buttons hover
700
540F
#540FA3
Active/pressed statesDark mode accentsSecondary text
800
3C0B
#3C0B75
Text on light backgroundsHeadingsStrong borders
900
2707
#27074B
Primary textHigh emphasis contentDark headings
950
1804
#18042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F7F1FE;
  --lavender-100: #ECDEFC;
  --lavender-200: #DCC2F9;
  --lavender-300: #C194F5;
  --lavender-400: #A15CF0;
  --lavender-500: #862DEB;
  --lavender-600: #6A13CD;
  --lavender-700: #540FA3;
  --lavender-800: #3C0B75;
  --lavender-900: #27074B;
  --lavender-950: #18042F;
}
Generate More ShadesCreate PaletteConvert Color