Lavender

#DBBDFE

Purple

Color Codes

All color formats for development

HEX
#DBBDFE
RGB
rgb(219, 189, 254)
HSL
hsl(268, 97%, 87%)
OKLCH
oklch(0.846 0.094 305.5)
CMYK
cmyk(14%, 26%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.65:1

AA AAA

On Black Background

12.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#ECDC
200
#DCBE
300
#C18B
400
#A04F
500
#851D
600
#6903
700
#5303
800
#3C02
900
#2601
950
#1801

Shades

Darker variations

1#C492FD
2#AC66FD
3#953BFC
4#7D0FFB
5#6803DB
6#5303AF
7#3E0283
8#2A0157
9#15012C

Tints

Lighter variations

1#DFC4FE
2#E3CBFE
3#E6D1FE
4#EAD8FE
5#EDDEFF
6#F1E5FF
7#F4EBFF
8#F8F2FF
9#FBF8FF

Tones

Muted variations

1#DCC1FB
2#DCC4F8
3#DCC7F4
4#DDCBF1
5#DDCEEE
6#DDD1EB
7#DDD4E7
8#DDD7E4
9#DEDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FF
BackgroundsSubtle highlightsCard backgrounds
100
ECDC
#ECDCFE
Light backgroundsTable row hoverSkeleton loading
200
DCBE
#DCBEFE
Secondary backgroundsInput backgroundsDividers
300
C18B
#C18BFD
BordersInactive statesPlaceholder text
400
A04F
#A04FFC
Disabled statesSecondary iconsMuted text
500
851D
#851DFC
Primary brand colorCTAsActive elementsLinks
600
6903
#6903DD
Hover statesFocus ringsPrimary buttons hover
700
5303
#5303B0
Active/pressed statesDark mode accentsSecondary text
800
3C02
#3C027E
Text on light backgroundsHeadingsStrong borders
900
2601
#260150
Primary textHigh emphasis contentDark headings
950
1801
#180132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F7F0FF;
  --lavender-100: #ECDCFE;
  --lavender-200: #DCBEFE;
  --lavender-300: #C18BFD;
  --lavender-400: #A04FFC;
  --lavender-500: #851DFC;
  --lavender-600: #6903DD;
  --lavender-700: #5303B0;
  --lavender-800: #3C027E;
  --lavender-900: #260150;
  --lavender-950: #180132;
}
Generate More ShadesCreate PaletteConvert Color