Lavender

#D7BDFF

Purple

Color Codes

All color formats for development

HEX
#D7BDFF
RGB
rgb(215, 189, 255)
HSL
hsl(264, 100%, 87%)
OKLCH
oklch(0.843 0.094 302.4)
CMYK
cmyk(16%, 26%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EADB
200
#D7BD
300
#B98A
400
#944D
500
#751A
600
#5A00
700
#4700
800
#3300
900
#2100
950
#1400

Shades

Darker variations

1#BD90FF
2#A264FF
3#8738FF
4#6D0BFF
5#5900DE
6#4700B1
7#350085
8#230059
9#12002C

Tints

Lighter variations

1#DBC3FF
2#DFCAFF
3#E3D1FF
4#E7D7FF
5#EBDEFF
6#EFE4FF
7#F3EBFF
8#F7F2FF
9#FBF8FF

Tones

Muted variations

1#D8C0FC
2#D9C3F8
3#D9C7F5
4#DACAF2
5#DBCDEE
6#DBD1EB
7#DCD4E8
8#DDD7E4
9#DDDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EADB
#EADBFF
Light backgroundsTable row hoverSkeleton loading
200
D7BD
#D7BDFF
Secondary backgroundsInput backgroundsDividers
300
B98A
#B98AFF
BordersInactive statesPlaceholder text
400
944D
#944DFF
Disabled statesSecondary iconsMuted text
500
751A
#751AFF
Primary brand colorCTAsActive elementsLinks
600
5A00
#5A00E0
Hover statesFocus ringsPrimary buttons hover
700
4700
#4700B3
Active/pressed statesDark mode accentsSecondary text
800
3300
#330080
Text on light backgroundsHeadingsStrong borders
900
2100
#210052
Primary textHigh emphasis contentDark headings
950
1400
#140033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F0FF;
  --lavender-100: #EADBFF;
  --lavender-200: #D7BDFF;
  --lavender-300: #B98AFF;
  --lavender-400: #944DFF;
  --lavender-500: #751AFF;
  --lavender-600: #5A00E0;
  --lavender-700: #4700B3;
  --lavender-800: #330080;
  --lavender-900: #210052;
  --lavender-950: #140033;
}
Generate More ShadesCreate PaletteConvert Color