Lavender

#DABEFE

Purple

Color Codes

All color formats for development

HEX
#DABEFE
RGB
rgb(218, 190, 254)
HSL
hsl(266, 97%, 87%)
OKLCH
oklch(0.847 0.092 304.5)
CMYK
cmyk(14%, 25%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EBDC
200
#DABE
300
#BD8B
400
#9A4F
500
#7D1D
600
#6203
700
#4E03
800
#3802
900
#2401
950
#1601

Shades

Darker variations

1#C192FD
2#A766FD
3#8E3BFC
4#750FFB
5#6103DB
6#4D03AF
7#3A0283
8#270157
9#13012C

Tints

Lighter variations

1#DDC4FE
2#E1CBFE
3#E5D1FE
4#E9D8FE
5#ECDEFF
6#F0E5FF
7#F4EBFF
8#F8F2FF
9#FBF8FF

Tones

Muted variations

1#DAC1FB
2#DAC4F8
3#DBC7F4
4#DBCBF1
5#DCCEEE
6#DCD1EB
7#DDD4E7
8#DDD7E4
9#DDDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EBDC
#EBDCFE
Light backgroundsTable row hoverSkeleton loading
200
DABE
#DABEFE
Secondary backgroundsInput backgroundsDividers
300
BD8B
#BD8BFD
BordersInactive statesPlaceholder text
400
9A4F
#9A4FFC
Disabled statesSecondary iconsMuted text
500
7D1D
#7D1DFC
Primary brand colorCTAsActive elementsLinks
600
6203
#6203DD
Hover statesFocus ringsPrimary buttons hover
700
4E03
#4E03B0
Active/pressed statesDark mode accentsSecondary text
800
3802
#38027E
Text on light backgroundsHeadingsStrong borders
900
2401
#240150
Primary textHigh emphasis contentDark headings
950
1601
#160132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F0FF;
  --lavender-100: #EBDCFE;
  --lavender-200: #DABEFE;
  --lavender-300: #BD8BFD;
  --lavender-400: #9A4FFC;
  --lavender-500: #7D1DFC;
  --lavender-600: #6203DD;
  --lavender-700: #4E03B0;
  --lavender-800: #38027E;
  --lavender-900: #240150;
  --lavender-950: #160132;
}
Generate More ShadesCreate PaletteConvert Color