Lavender

#D5BDFF

Purple

Color Codes

All color formats for development

HEX
#D5BDFF
RGB
rgb(213, 189, 255)
HSL
hsl(262, 100%, 87%)
OKLCH
oklch(0.841 0.094 301.1)
CMYK
cmyk(16%, 26%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E8DB
200
#D5BD
300
#B58A
400
#8E4D
500
#6E1A
600
#5200
700
#4100
800
#2F00
900
#1E00
950
#1300

Shades

Darker variations

1#B990FF
2#9D64FF
3#8138FF
4#650BFF
5#5100DE
6#4100B1
7#310085
8#210059
9#10002C

Tints

Lighter variations

1#D9C3FF
2#DDCAFF
3#E2D1FF
4#E6D7FF
5#EADEFF
6#EEE4FF
7#F2EBFF
8#F7F2FF
9#FBF8FF

Tones

Muted variations

1#D6C0FC
2#D7C3F8
3#D8C7F5
4#D9CAF2
5#D9CDEE
6#DAD1EB
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
E8DB
#E8DBFF
Light backgroundsTable row hoverSkeleton loading
200
D5BD
#D5BDFF
Secondary backgroundsInput backgroundsDividers
300
B58A
#B58AFF
BordersInactive statesPlaceholder text
400
8E4D
#8E4DFF
Disabled statesSecondary iconsMuted text
500
6E1A
#6E1AFF
Primary brand colorCTAsActive elementsLinks
600
5200
#5200E0
Hover statesFocus ringsPrimary buttons hover
700
4100
#4100B3
Active/pressed statesDark mode accentsSecondary text
800
2F00
#2F0080
Text on light backgroundsHeadingsStrong borders
900
1E00
#1E0052
Primary textHigh emphasis contentDark headings
950
1300
#130033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5F0FF;
  --lavender-100: #E8DBFF;
  --lavender-200: #D5BDFF;
  --lavender-300: #B58AFF;
  --lavender-400: #8E4DFF;
  --lavender-500: #6E1AFF;
  --lavender-600: #5200E0;
  --lavender-700: #4100B3;
  --lavender-800: #2F0080;
  --lavender-900: #1E0052;
  --lavender-950: #130033;
}
Generate More ShadesCreate PaletteConvert Color