Lavender

#D1C0FC

Purple

Color Codes

All color formats for development

HEX
#D1C0FC
RGB
rgb(209, 192, 252)
HSL
hsl(257, 91%, 87%)
OKLCH
oklch(0.842 0.084 297.5)
CMYK
cmyk(17%, 24%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E6DD
200
#D1C0
300
#AD8F
400
#8355
500
#5F24
600
#440A
700
#3608
800
#2706
900
#1904
950
#0F02

Shades

Darker variations

1#B295FA
2#936BF8
3#7441F6
4#5516F4
5#430AD4
6#3608A9
7#28067F
8#1B0455
9#0D022A

Tints

Lighter variations

1#D5C6FC
2#DACCFD
3#DFD3FD
4#E3D9FD
5#E8DFFE
6#EDE6FE
7#F1ECFE
8#F6F2FE
9#FAF9FF

Tones

Muted variations

1#D2C3F9
2#D3C6F6
3#D5C9F3
4#D6CCF0
5#D7CFED
6#D9D2EA
7#DAD5E7
8#DBD8E4
9#DDDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E6DD
#E6DDFD
Light backgroundsTable row hoverSkeleton loading
200
D1C0
#D1C0FC
Secondary backgroundsInput backgroundsDividers
300
AD8F
#AD8FFA
BordersInactive statesPlaceholder text
400
8355
#8355F7
Disabled statesSecondary iconsMuted text
500
5F24
#5F24F5
Primary brand colorCTAsActive elementsLinks
600
440A
#440AD6
Hover statesFocus ringsPrimary buttons hover
700
3608
#3608AA
Active/pressed statesDark mode accentsSecondary text
800
2706
#27067A
Text on light backgroundsHeadingsStrong borders
900
1904
#19044E
Primary textHigh emphasis contentDark headings
950
0F02
#0F0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F0FE;
  --lavender-100: #E6DDFD;
  --lavender-200: #D1C0FC;
  --lavender-300: #AD8FFA;
  --lavender-400: #8355F7;
  --lavender-500: #5F24F5;
  --lavender-600: #440AD6;
  --lavender-700: #3608AA;
  --lavender-800: #27067A;
  --lavender-900: #19044E;
  --lavender-950: #0F0231;
}
Generate More ShadesCreate PaletteConvert Color