Lavender

#D5C0FB

Purple

Color Codes

All color formats for development

HEX
#D5C0FB
RGB
rgb(213, 192, 251)
HSL
hsl(261, 88%, 87%)
OKLCH
oklch(0.845 0.084 300.9)
CMYK
cmyk(15%, 24%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.65:1

AA AAA

On Black Background

12.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E8DD
200
#D5C1
300
#B591
400
#8E57
500
#6E27
600
#530D
700
#420B
800
#2F08
900
#1E05
950
#1303

Shades

Darker variations

1#B997F8
2#9D6DF6
3#8144F3
4#651AF0
5#520DD1
6#410BA7
7#31087D
8#210553
9#10032A

Tints

Lighter variations

1#D9C7FB
2#DDCDFC
3#E2D3FC
4#E6DAFD
5#EAE0FD
6#EEE6FD
7#F2ECFE
8#F7F3FE
9#FBF9FF

Tones

Muted variations

1#D6C4F8
2#D7C7F5
3#D8C9F2
4#D9CCEF
5#D9CFEC
6#DAD2EA
7#DBD5E7
8#DCD8E4
9#DDDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E8DD
#E8DDFD
Light backgroundsTable row hoverSkeleton loading
200
D5C1
#D5C1FB
Secondary backgroundsInput backgroundsDividers
300
B591
#B591F8
BordersInactive statesPlaceholder text
400
8E57
#8E57F4
Disabled statesSecondary iconsMuted text
500
6E27
#6E27F1
Primary brand colorCTAsActive elementsLinks
600
530D
#530DD3
Hover statesFocus ringsPrimary buttons hover
700
420B
#420BA8
Active/pressed statesDark mode accentsSecondary text
800
2F08
#2F0878
Text on light backgroundsHeadingsStrong borders
900
1E05
#1E054D
Primary textHigh emphasis contentDark headings
950
1303
#130330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5F1FE;
  --lavender-100: #E8DDFD;
  --lavender-200: #D5C1FB;
  --lavender-300: #B591F8;
  --lavender-400: #8E57F4;
  --lavender-500: #6E27F1;
  --lavender-600: #530DD3;
  --lavender-700: #420BA8;
  --lavender-800: #2F0878;
  --lavender-900: #1E054D;
  --lavender-950: #130330;
}
Generate More ShadesCreate PaletteConvert Color