Lavender

#D6C3F9

Purple

Color Codes

All color formats for development

HEX
#D6C3F9
RGB
rgb(214, 195, 249)
HSL
hsl(261, 82%, 87%)
OKLCH
oklch(0.851 0.077 300.9)
CMYK
cmyk(14%, 22%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.61:1

AA AAA

On Black Background

13.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E9DF
200
#D6C3
300
#B694
400
#905D
500
#702E
600
#5514
700
#4310
800
#300B
900
#1F07
950
#1305

Shades

Darker variations

1#BA9AF5
2#9E72F1
3#834AED
4#6721E9
5#5414CA
6#4310A2
7#320C79
8#210851
9#110428

Tints

Lighter variations

1#DAC9FA
2#DECFFA
3#E2D5FB
4#E6DBFB
5#EAE1FC
6#EEE7FD
7#F3EDFD
8#F7F3FE
9#FBF9FE

Tones

Muted variations

1#D7C5F6
2#D7C8F4
3#D8CBF1
4#D9CEEE
5#DAD0EB
6#DBD3E9
7#DBD6E6
8#DCD8E3
9#DDDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E9DF
#E9DFFC
Light backgroundsTable row hoverSkeleton loading
200
D6C3
#D6C3F9
Secondary backgroundsInput backgroundsDividers
300
B694
#B694F4
BordersInactive statesPlaceholder text
400
905D
#905DEF
Disabled statesSecondary iconsMuted text
500
702E
#702EEA
Primary brand colorCTAsActive elementsLinks
600
5514
#5514CC
Hover statesFocus ringsPrimary buttons hover
700
4310
#4310A2
Active/pressed statesDark mode accentsSecondary text
800
300B
#300B74
Text on light backgroundsHeadingsStrong borders
900
1F07
#1F074A
Primary textHigh emphasis contentDark headings
950
1305
#13052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5F1FE;
  --lavender-100: #E9DFFC;
  --lavender-200: #D6C3F9;
  --lavender-300: #B694F4;
  --lavender-400: #905DEF;
  --lavender-500: #702EEA;
  --lavender-600: #5514CC;
  --lavender-700: #4310A2;
  --lavender-800: #300B74;
  --lavender-900: #1F074A;
  --lavender-950: #13052E;
}
Generate More ShadesCreate PaletteConvert Color