Lavender

#DCC3F8

Purple

Color Codes

All color formats for development

HEX
#DCC3F8
RGB
rgb(220, 195, 248)
HSL
hsl(268, 79%, 87%)
OKLCH
oklch(0.855 0.077 306.2)
CMYK
cmyk(11%, 21%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.59:1

AA AAA

On Black Background

13.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#ECDF
200
#DCC4
300
#C196
400
#A15F
500
#8632
600
#6A18
700
#5513
800
#3C0D
900
#2709
950
#1805

Shades

Darker variations

1#C59CF3
2#AD74EF
3#964DEA
4#7F25E5
5#6917C7
6#54139F
7#3F0E77
8#2A094F
9#150528

Tints

Lighter variations

1#E0CAF9
2#E3D0F9
3#E7D5FA
4#EADBFB
5#EEE1FC
6#F1E7FC
7#F5EDFD
8#F8F3FE
9#FCF9FE

Tones

Muted variations

1#DCC6F5
2#DCC9F3
3#DDCCF0
4#DDCEEE
5#DDD1EB
6#DDD3E8
7#DDD6E6
8#DED9E3
9#DEDBE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FD
BackgroundsSubtle highlightsCard backgrounds
100
ECDF
#ECDFFB
Light backgroundsTable row hoverSkeleton loading
200
DCC4
#DCC4F8
Secondary backgroundsInput backgroundsDividers
300
C196
#C196F3
BordersInactive statesPlaceholder text
400
A15F
#A15FEC
Disabled statesSecondary iconsMuted text
500
8632
#8632E7
Primary brand colorCTAsActive elementsLinks
600
6A18
#6A18C9
Hover statesFocus ringsPrimary buttons hover
700
5513
#5513A0
Active/pressed statesDark mode accentsSecondary text
800
3C0D
#3C0D72
Text on light backgroundsHeadingsStrong borders
900
2709
#270949
Primary textHigh emphasis contentDark headings
950
1805
#18052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F7F1FD;
  --lavender-100: #ECDFFB;
  --lavender-200: #DCC4F8;
  --lavender-300: #C196F3;
  --lavender-400: #A15FEC;
  --lavender-500: #8632E7;
  --lavender-600: #6A18C9;
  --lavender-700: #5513A0;
  --lavender-800: #3C0D72;
  --lavender-900: #270949;
  --lavender-950: #18052E;
}
Generate More ShadesCreate PaletteConvert Color