Lavender

#DEC3F8

Purple

Color Codes

All color formats for development

HEX
#DEC3F8
RGB
rgb(222, 195, 248)
HSL
hsl(271, 79%, 87%)
OKLCH
oklch(0.857 0.078 307.9)
CMYK
cmyk(10%, 21%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.58:1

AA AAA

On Black Background

13.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EEDF
200
#DFC4
300
#C696
400
#A85F
500
#8F32
600
#7318
700
#5C13
800
#410D
900
#2A09
950
#1A05

Shades

Darker variations

1#C99CF3
2#B474EF
3#9E4DEA
4#8825E5
5#7217C7
6#5B139F
7#440E77
8#2E094F
9#170528

Tints

Lighter variations

1#E2CAF9
2#E5D0F9
3#E8D5FA
4#ECDBFB
5#EFE1FC
6#F2E7FC
7#F5EDFD
8#F9F3FE
9#FCF9FE

Tones

Muted variations

1#DFC6F5
2#DFC9F3
3#DECCF0
4#DECEEE
5#DED1EB
6#DED3E8
7#DED6E6
8#DED9E3
9#DEDBE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FD
BackgroundsSubtle highlightsCard backgrounds
100
EEDF
#EEDFFB
Light backgroundsTable row hoverSkeleton loading
200
DFC4
#DFC4F8
Secondary backgroundsInput backgroundsDividers
300
C696
#C696F3
BordersInactive statesPlaceholder text
400
A85F
#A85FEC
Disabled statesSecondary iconsMuted text
500
8F32
#8F32E7
Primary brand colorCTAsActive elementsLinks
600
7318
#7318C9
Hover statesFocus ringsPrimary buttons hover
700
5C13
#5C13A0
Active/pressed statesDark mode accentsSecondary text
800
410D
#410D72
Text on light backgroundsHeadingsStrong borders
900
2A09
#2A0949
Primary textHigh emphasis contentDark headings
950
1A05
#1A052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F8F1FD;
  --lavender-100: #EEDFFB;
  --lavender-200: #DFC4F8;
  --lavender-300: #C696F3;
  --lavender-400: #A85FEC;
  --lavender-500: #8F32E7;
  --lavender-600: #7318C9;
  --lavender-700: #5C13A0;
  --lavender-800: #410D72;
  --lavender-900: #2A0949;
  --lavender-950: #1A052E;
}
Generate More ShadesCreate PaletteConvert Color