Lavender

#D7C6F6

Purple

Color Codes

All color formats for development

HEX
#D7C6F6
RGB
rgb(215, 198, 246)
HSL
hsl(261, 73%, 87%)
OKLCH
oklch(0.856 0.068 301.1)
CMYK
cmyk(13%, 20%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.58:1

AA AAA

On Black Background

13.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F2
100
#E9E0
200
#D7C6
300
#B89A
400
#9265
500
#7338
600
#581E
700
#4618
800
#3211
900
#200B
950
#1407

Shades

Darker variations

1#BC9FF0
2#A179EA
3#8553E4
4#6A2CDE
5#571EC0
6#45189A
7#341273
8#230C4D
9#110626

Tints

Lighter variations

1#DBCBF7
2#DFD1F8
3#E3D7F9
4#E7DDFA
5#EBE2FB
6#EFE8FB
7#F3EEFC
8#F7F4FD
9#FBF9FE

Tones

Muted variations

1#D7C8F4
2#D8CAF1
3#D9CDEF
4#D9CFEC
5#DAD2EA
6#DBD4E8
7#DCD7E5
8#DCD9E3
9#DDDBE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F2
#F6F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E9E0
#E9E0FA
Light backgroundsTable row hoverSkeleton loading
200
D7C6
#D7C6F6
Secondary backgroundsInput backgroundsDividers
300
B89A
#B89AEF
BordersInactive statesPlaceholder text
400
9265
#9265E7
Disabled statesSecondary iconsMuted text
500
7338
#7338E0
Primary brand colorCTAsActive elementsLinks
600
581E
#581EC2
Hover statesFocus ringsPrimary buttons hover
700
4618
#46189A
Active/pressed statesDark mode accentsSecondary text
800
3211
#32116E
Text on light backgroundsHeadingsStrong borders
900
200B
#200B47
Primary textHigh emphasis contentDark headings
950
1407
#14072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F2FD;
  --lavender-100: #E9E0FA;
  --lavender-200: #D7C6F6;
  --lavender-300: #B89AEF;
  --lavender-400: #9265E7;
  --lavender-500: #7338E0;
  --lavender-600: #581EC2;
  --lavender-700: #46189A;
  --lavender-800: #32116E;
  --lavender-900: #200B47;
  --lavender-950: #14072C;
}
Generate More ShadesCreate PaletteConvert Color