Lavender

#DEBDFF

Purple

Color Codes

All color formats for development

HEX
#DEBDFF
RGB
rgb(222, 189, 255)
HSL
hsl(270, 100%, 87%)
OKLCH
oklch(0.849 0.096 307.2)
CMYK
cmyk(13%, 26%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#EDDB
200
#DEBD
300
#C48A
400
#A64D
500
#8C1A
600
#7000
700
#5900
800
#4000
900
#2900
950
#1A00

Shades

Darker variations

1#C890FF
2#B164FF
3#9B38FF
4#850BFF
5#6F00DE
6#5900B1
7#430085
8#2C0059
9#16002C

Tints

Lighter variations

1#E1C3FF
2#E4CAFF
3#E8D1FF
4#EBD7FF
5#EEDEFF
6#F2E4FF
7#F5EBFF
8#F8F2FF
9#FCF8FF

Tones

Muted variations

1#DEC0FC
2#DEC3F8
3#DEC7F5
4#DECAF2
5#DECDEE
6#DED1EB
7#DED4E8
8#DED7E4
9#DEDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EDDB
#EDDBFF
Light backgroundsTable row hoverSkeleton loading
200
DEBD
#DEBDFF
Secondary backgroundsInput backgroundsDividers
300
C48A
#C48AFF
BordersInactive statesPlaceholder text
400
A64D
#A64DFF
Disabled statesSecondary iconsMuted text
500
8C1A
#8C1AFF
Primary brand colorCTAsActive elementsLinks
600
7000
#7000E0
Hover statesFocus ringsPrimary buttons hover
700
5900
#5900B3
Active/pressed statesDark mode accentsSecondary text
800
4000
#400080
Text on light backgroundsHeadingsStrong borders
900
2900
#290052
Primary textHigh emphasis contentDark headings
950
1A00
#1A0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F7F0FF;
  --lavender-100: #EDDBFF;
  --lavender-200: #DEBDFF;
  --lavender-300: #C48AFF;
  --lavender-400: #A64DFF;
  --lavender-500: #8C1AFF;
  --lavender-600: #7000E0;
  --lavender-700: #5900B3;
  --lavender-800: #400080;
  --lavender-900: #290052;
  --lavender-950: #1A0033;
}
Generate More ShadesCreate PaletteConvert Color