Lavender

#EEC1FB

Pink

Color Codes

All color formats for development

HEX
#EEC1FB
RGB
rgb(238, 193, 251)
HSL
hsl(287, 88%, 87%)
OKLCH
oklch(0.869 0.092 318.6)
CMYK
cmyk(5%, 23%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF1
100
#F6DD
200
#EEC1
300
#E291
400
#D257
500
#C527
600
#A80D
700
#860B
800
#6008
900
#3D05
950
#2603

Shades

Darker variations

1#E397F8
2#D86DF6
3#CD44F3
4#C21AF0
5#A60DD1
6#850BA7
7#64087D
8#420553
9#21032A

Tints

Lighter variations

1#F0C7FB
2#F2CDFC
3#F3D3FC
4#F5DAFD
5#F7E0FD
6#F8E6FD
7#FAECFE
8#FCF3FE
9#FDF9FF

Tones

Muted variations

1#EDC4F8
2#EBC7F5
3#E9C9F2
4#E8CCEF
5#E6CFEC
6#E4D2EA
7#E3D5E7
8#E1D8E4
9#E0DBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF1
#FBF1FE
BackgroundsSubtle highlightsCard backgrounds
100
F6DD
#F6DDFD
Light backgroundsTable row hoverSkeleton loading
200
EEC1
#EEC1FB
Secondary backgroundsInput backgroundsDividers
300
E291
#E291F8
BordersInactive statesPlaceholder text
400
D257
#D257F4
Disabled statesSecondary iconsMuted text
500
C527
#C527F1
Primary brand colorCTAsActive elementsLinks
600
A80D
#A80DD3
Hover statesFocus ringsPrimary buttons hover
700
860B
#860BA8
Active/pressed statesDark mode accentsSecondary text
800
6008
#600878
Text on light backgroundsHeadingsStrong borders
900
3D05
#3D054D
Primary textHigh emphasis contentDark headings
950
2603
#260330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #FBF1FE;
  --lavender-100: #F6DDFD;
  --lavender-200: #EEC1FB;
  --lavender-300: #E291F8;
  --lavender-400: #D257F4;
  --lavender-500: #C527F1;
  --lavender-600: #A80DD3;
  --lavender-700: #860BA8;
  --lavender-800: #600878;
  --lavender-900: #3D054D;
  --lavender-950: #260330;
}
Generate More ShadesCreate PaletteConvert Color