Lavender

#EFDDFD

Purple

Color Codes

All color formats for development

HEX
#EFDDFD
RGB
rgb(239, 221, 253)
HSL
hsl(274, 89%, 93%)
OKLCH
oklch(0.922 0.047 310.5)
CMYK
cmyk(6%, 13%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.28:1

AA AAA

On Black Background

16.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EFDD
200
#E2C0
300
#CB90
400
#B056
500
#9A26
600
#7E0C
700
#640A
800
#4707
900
#2E04
950
#1D03

Shades

Darker variations

1#DAB0FA
2#C584F8
3#B157F5
4#9C2AF3
5#850DE0
6#6A0AB3
7#500886
8#35055A
9#1B032D

Tints

Lighter variations

1#F1E1FD
2#F2E4FD
3#F4E7FE
4#F6EBFE
5#F7EEFE
6#F9F2FE
7#FAF5FE
8#FCF8FF
9#FDFCFF

Tones

Muted variations

1#EFDFFB
2#EFE0FA
3#EFE2F8
4#EEE4F7
5#EEE5F5
6#EEE7F4
7#EEE8F2
8#EEEAF0
9#EDECEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EFDD
#EFDDFD
Light backgroundsTable row hoverSkeleton loading
200
E2C0
#E2C0FB
Secondary backgroundsInput backgroundsDividers
300
CB90
#CB90F9
BordersInactive statesPlaceholder text
400
B056
#B056F5
Disabled statesSecondary iconsMuted text
500
9A26
#9A26F2
Primary brand colorCTAsActive elementsLinks
600
7E0C
#7E0CD4
Hover statesFocus ringsPrimary buttons hover
700
640A
#640AA9
Active/pressed statesDark mode accentsSecondary text
800
4707
#470778
Text on light backgroundsHeadingsStrong borders
900
2E04
#2E044D
Primary textHigh emphasis contentDark headings
950
1D03
#1D0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F8F1FE;
  --lavender-100: #EFDDFD;
  --lavender-200: #E2C0FB;
  --lavender-300: #CB90F9;
  --lavender-400: #B056F5;
  --lavender-500: #9A26F2;
  --lavender-600: #7E0CD4;
  --lavender-700: #640AA9;
  --lavender-800: #470778;
  --lavender-900: #2E044D;
  --lavender-950: #1D0330;
}
Generate More ShadesCreate PaletteConvert Color