Lavender

#D7C1FB

Purple

Color Codes

All color formats for development

HEX
#D7C1FB
RGB
rgb(215, 193, 251)
HSL
hsl(263, 88%, 87%)
OKLCH
oklch(0.849 0.083 302)
CMYK
cmyk(14%, 23%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.63:1

AA AAA

On Black Background

12.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#E9DD
200
#D7C1
300
#B891
400
#9357
500
#7527
600
#590D
700
#470B
800
#3308
900
#2005
950
#1403

Shades

Darker variations

1#BC97F8
2#A26DF6
3#8744F3
4#6C1AF0
5#580DD1
6#470BA7
7#35087D
8#230553
9#12032A

Tints

Lighter variations

1#DBC7FB
2#DFCDFC
3#E3D3FC
4#E7DAFD
5#EBE0FD
6#EFE6FD
7#F3ECFE
8#F7F3FE
9#FBF9FF

Tones

Muted variations

1#D8C4F8
2#D8C7F5
3#D9C9F2
4#DACCEF
5#DACFEC
6#DBD2EA
7#DCD5E7
8#DCD8E4
9#DDDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E9DD
#E9DDFD
Light backgroundsTable row hoverSkeleton loading
200
D7C1
#D7C1FB
Secondary backgroundsInput backgroundsDividers
300
B891
#B891F8
BordersInactive statesPlaceholder text
400
9357
#9357F4
Disabled statesSecondary iconsMuted text
500
7527
#7527F1
Primary brand colorCTAsActive elementsLinks
600
590D
#590DD3
Hover statesFocus ringsPrimary buttons hover
700
470B
#470BA8
Active/pressed statesDark mode accentsSecondary text
800
3308
#330878
Text on light backgroundsHeadingsStrong borders
900
2005
#20054D
Primary textHigh emphasis contentDark headings
950
1403
#140330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F1FE;
  --lavender-100: #E9DDFD;
  --lavender-200: #D7C1FB;
  --lavender-300: #B891F8;
  --lavender-400: #9357F4;
  --lavender-500: #7527F1;
  --lavender-600: #590DD3;
  --lavender-700: #470BA8;
  --lavender-800: #330878;
  --lavender-900: #20054D;
  --lavender-950: #140330;
}
Generate More ShadesCreate PaletteConvert Color