Lavender

#EFBFFD

Pink

Color Codes

All color formats for development

HEX
#EFBFFD
RGB
rgb(239, 191, 253)
HSL
hsl(286, 94%, 87%)
OKLCH
oklch(0.867 0.098 318.5)
CMYK
cmyk(6%, 25%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F6DC
200
#EEBF
300
#E28D
400
#D252
500
#C620
600
#A807
700
#8605
800
#6004
900
#3D02
950
#2602

Shades

Darker variations

1#E394FC
2#D869FA
3#CD3EF9
4#C213F8
5#A707D7
6#8505AC
7#640481
8#430356
9#21012B

Tints

Lighter variations

1#F0C5FD
2#F2CCFD
3#F3D2FE
4#F5D8FE
5#F7DFFE
6#F8E5FE
7#FAECFE
8#FCF2FF
9#FDF9FF

Tones

Muted variations

1#EDC2FA
2#EBC5F7
3#E9C8F4
4#E8CBF1
5#E6CEED
6#E4D1EA
7#E3D5E7
8#E1D8E4
9#E0DBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF0
#FBF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F6DC
#F6DCFE
Light backgroundsTable row hoverSkeleton loading
200
EEBF
#EEBFFD
Secondary backgroundsInput backgroundsDividers
300
E28D
#E28DFB
BordersInactive statesPlaceholder text
400
D252
#D252FA
Disabled statesSecondary iconsMuted text
500
C620
#C620F8
Primary brand colorCTAsActive elementsLinks
600
A807
#A807DA
Hover statesFocus ringsPrimary buttons hover
700
8605
#8605AD
Active/pressed statesDark mode accentsSecondary text
800
6004
#60047C
Text on light backgroundsHeadingsStrong borders
900
3D02
#3D024F
Primary textHigh emphasis contentDark headings
950
2602
#260231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #FBF0FF;
  --lavender-100: #F6DCFE;
  --lavender-200: #EEBFFD;
  --lavender-300: #E28DFB;
  --lavender-400: #D252FA;
  --lavender-500: #C620F8;
  --lavender-600: #A807DA;
  --lavender-700: #8605AD;
  --lavender-800: #60047C;
  --lavender-900: #3D024F;
  --lavender-950: #260231;
}
Generate More ShadesCreate PaletteConvert Color