Lavender

#D2C0FC

Purple

Color Codes

All color formats for development

HEX
#D2C0FC
RGB
rgb(210, 192, 252)
HSL
hsl(258, 91%, 87%)
OKLCH
oklch(0.843 0.085 298.3)
CMYK
cmyk(17%, 24%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E7DD
200
#D2C0
300
#AF8F
400
#8555
500
#6224
600
#470A
700
#3908
800
#2906
900
#1A04
950
#1002

Shades

Darker variations

1#B495FA
2#956BF8
3#7741F6
4#5916F4
5#470AD4
6#3808A9
7#2A067F
8#1C0455
9#0E022A

Tints

Lighter variations

1#D6C6FC
2#DBCCFD
3#DFD3FD
4#E4D9FD
5#E8DFFE
6#EDE6FE
7#F1ECFE
8#F6F2FE
9#FAF9FF

Tones

Muted variations

1#D3C3F9
2#D4C6F6
3#D5C9F3
4#D7CCF0
5#D8CFED
6#D9D2EA
7#DAD5E7
8#DBD8E4
9#DDDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E7DD
#E7DDFD
Light backgroundsTable row hoverSkeleton loading
200
D2C0
#D2C0FC
Secondary backgroundsInput backgroundsDividers
300
AF8F
#AF8FFA
BordersInactive statesPlaceholder text
400
8555
#8555F7
Disabled statesSecondary iconsMuted text
500
6224
#6224F5
Primary brand colorCTAsActive elementsLinks
600
470A
#470AD6
Hover statesFocus ringsPrimary buttons hover
700
3908
#3908AA
Active/pressed statesDark mode accentsSecondary text
800
2906
#29067A
Text on light backgroundsHeadingsStrong borders
900
1A04
#1A044E
Primary textHigh emphasis contentDark headings
950
1002
#100231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5F0FE;
  --lavender-100: #E7DDFD;
  --lavender-200: #D2C0FC;
  --lavender-300: #AF8FFA;
  --lavender-400: #8555F7;
  --lavender-500: #6224F5;
  --lavender-600: #470AD6;
  --lavender-700: #3908AA;
  --lavender-800: #29067A;
  --lavender-900: #1A044E;
  --lavender-950: #100231;
}
Generate More ShadesCreate PaletteConvert Color