Lavender

#D1C2F9

Purple

Color Codes

All color formats for development

HEX
#D1C2F9
RGB
rgb(209, 194, 249)
HSL
hsl(256, 82%, 87%)
OKLCH
oklch(0.845 0.077 297.2)
CMYK
cmyk(16%, 22%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E6DF
200
#D1C3
300
#AE94
400
#845D
500
#602E
600
#4514
700
#3710
800
#270B
900
#1907
950
#1005

Shades

Darker variations

1#B29AF5
2#9472F1
3#754AED
4#5621E9
5#4414CA
6#3710A2
7#290C79
8#1B0851
9#0E0428

Tints

Lighter variations

1#D6C9FA
2#DACFFA
3#DFD5FB
4#E3DBFB
5#E8E1FC
6#EDE7FD
7#F1EDFD
8#F6F3FE
9#FAF9FE

Tones

Muted variations

1#D2C5F6
2#D4C8F4
3#D5CBF1
4#D6CEEE
5#D8D0EB
6#D9D3E9
7#DAD6E6
8#DBD8E3
9#DDDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E6DF
#E6DFFC
Light backgroundsTable row hoverSkeleton loading
200
D1C3
#D1C3F9
Secondary backgroundsInput backgroundsDividers
300
AE94
#AE94F4
BordersInactive statesPlaceholder text
400
845D
#845DEF
Disabled statesSecondary iconsMuted text
500
602E
#602EEA
Primary brand colorCTAsActive elementsLinks
600
4514
#4514CC
Hover statesFocus ringsPrimary buttons hover
700
3710
#3710A2
Active/pressed statesDark mode accentsSecondary text
800
270B
#270B74
Text on light backgroundsHeadingsStrong borders
900
1907
#19074A
Primary textHigh emphasis contentDark headings
950
1005
#10052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F1FE;
  --lavender-100: #E6DFFC;
  --lavender-200: #D1C3F9;
  --lavender-300: #AE94F4;
  --lavender-400: #845DEF;
  --lavender-500: #602EEA;
  --lavender-600: #4514CC;
  --lavender-700: #3710A2;
  --lavender-800: #270B74;
  --lavender-900: #19074A;
  --lavender-950: #10052E;
}
Generate More ShadesCreate PaletteConvert Color