Lavender

#D3BDFF

Purple

Color Codes

All color formats for development

HEX
#D3BDFF
RGB
rgb(211, 189, 255)
HSL
hsl(260, 100%, 87%)
OKLCH
oklch(0.839 0.094 299.7)
CMYK
cmyk(17%, 26%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.68:1

AA AAA

On Black Background

12.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E7DB
200
#D3BD
300
#B18A
400
#884D
500
#661A
600
#4B00
700
#3B00
800
#2A00
900
#1B00
950
#1100

Shades

Darker variations

1#B590FF
2#9864FF
3#7A38FF
4#5C0BFF
5#4A00DE
6#3B00B1
7#2C0085
8#1E0059
9#0F002C

Tints

Lighter variations

1#D7C3FF
2#DCCAFF
3#E0D1FF
4#E4D7FF
5#E9DEFF
6#EDE4FF
7#F2EBFF
8#F6F2FF
9#FBF8FF

Tones

Muted variations

1#D4C0FC
2#D5C3F8
3#D6C7F5
4#D7CAF2
5#D8CDEE
6#D9D1EB
7#DBD4E8
8#DCD7E4
9#DDDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E7DB
#E7DBFF
Light backgroundsTable row hoverSkeleton loading
200
D3BD
#D3BDFF
Secondary backgroundsInput backgroundsDividers
300
B18A
#B18AFF
BordersInactive statesPlaceholder text
400
884D
#884DFF
Disabled statesSecondary iconsMuted text
500
661A
#661AFF
Primary brand colorCTAsActive elementsLinks
600
4B00
#4B00E0
Hover statesFocus ringsPrimary buttons hover
700
3B00
#3B00B3
Active/pressed statesDark mode accentsSecondary text
800
2A00
#2A0080
Text on light backgroundsHeadingsStrong borders
900
1B00
#1B0052
Primary textHigh emphasis contentDark headings
950
1100
#110033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5F0FF;
  --lavender-100: #E7DBFF;
  --lavender-200: #D3BDFF;
  --lavender-300: #B18AFF;
  --lavender-400: #884DFF;
  --lavender-500: #661AFF;
  --lavender-600: #4B00E0;
  --lavender-700: #3B00B3;
  --lavender-800: #2A0080;
  --lavender-900: #1B0052;
  --lavender-950: #110033;
}
Generate More ShadesCreate PaletteConvert Color