Lavender

#DEC1FB

Purple

Color Codes

All color formats for development

HEX
#DEC1FB
RGB
rgb(222, 193, 251)
HSL
hsl(270, 88%, 87%)
OKLCH
oklch(0.854 0.085 307.4)
CMYK
cmyk(12%, 23%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.60:1

AA AAA

On Black Background

13.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#EDDD
200
#DEC1
300
#C491
400
#A657
500
#8C27
600
#700D
700
#590B
800
#4008
900
#2905
950
#1A03

Shades

Darker variations

1#C897F8
2#B16DF6
3#9B44F3
4#851AF0
5#6F0DD1
6#590BA7
7#43087D
8#2C0553
9#16032A

Tints

Lighter variations

1#E1C7FB
2#E4CDFC
3#E8D3FC
4#EBDAFD
5#EEE0FD
6#F2E6FD
7#F5ECFE
8#F8F3FE
9#FCF9FF

Tones

Muted variations

1#DEC4F8
2#DEC7F5
3#DEC9F2
4#DECCEF
5#DECFEC
6#DED2EA
7#DED5E7
8#DED8E4
9#DEDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EDDD
#EDDDFD
Light backgroundsTable row hoverSkeleton loading
200
DEC1
#DEC1FB
Secondary backgroundsInput backgroundsDividers
300
C491
#C491F8
BordersInactive statesPlaceholder text
400
A657
#A657F4
Disabled statesSecondary iconsMuted text
500
8C27
#8C27F1
Primary brand colorCTAsActive elementsLinks
600
700D
#700DD3
Hover statesFocus ringsPrimary buttons hover
700
590B
#590BA8
Active/pressed statesDark mode accentsSecondary text
800
4008
#400878
Text on light backgroundsHeadingsStrong borders
900
2905
#29054D
Primary textHigh emphasis contentDark headings
950
1A03
#1A0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F7F1FE;
  --lavender-100: #EDDDFD;
  --lavender-200: #DEC1FB;
  --lavender-300: #C491F8;
  --lavender-400: #A657F4;
  --lavender-500: #8C27F1;
  --lavender-600: #700DD3;
  --lavender-700: #590BA8;
  --lavender-800: #400878;
  --lavender-900: #29054D;
  --lavender-950: #1A0330;
}
Generate More ShadesCreate PaletteConvert Color