Lavender

#EAC0FC

Purple

Color Codes

All color formats for development

HEX
#EAC0FC
RGB
rgb(234, 192, 252)
HSL
hsl(282, 91%, 87%)
OKLCH
oklch(0.864 0.093 315.6)
CMYK
cmyk(7%, 24%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F4DD
200
#EAC0
300
#DA8F
400
#C655
500
#B624
600
#990A
700
#7A08
800
#5706
900
#3804
950
#2302

Shades

Darker variations

1#DC95FA
2#CE6BF8
3#C041F6
4#B116F4
5#970AD4
6#7908A9
7#5B067F
8#3D0455
9#1E022A

Tints

Lighter variations

1#ECC6FC
2#EECCFD
3#F0D3FD
4#F2D9FD
5#F4DFFE
6#F7E6FE
7#F9ECFE
8#FBF2FE
9#FDF9FF

Tones

Muted variations

1#E9C3F9
2#E8C6F6
3#E6C9F3
4#E5CCF0
5#E4CFED
6#E3D2EA
7#E1D5E7
8#E0D8E4
9#DFDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F4DD
#F4DDFD
Light backgroundsTable row hoverSkeleton loading
200
EAC0
#EAC0FC
Secondary backgroundsInput backgroundsDividers
300
DA8F
#DA8FFA
BordersInactive statesPlaceholder text
400
C655
#C655F7
Disabled statesSecondary iconsMuted text
500
B624
#B624F5
Primary brand colorCTAsActive elementsLinks
600
990A
#990AD6
Hover statesFocus ringsPrimary buttons hover
700
7A08
#7A08AA
Active/pressed statesDark mode accentsSecondary text
800
5706
#57067A
Text on light backgroundsHeadingsStrong borders
900
3804
#38044E
Primary textHigh emphasis contentDark headings
950
2302
#230231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #FAF0FE;
  --lavender-100: #F4DDFD;
  --lavender-200: #EAC0FC;
  --lavender-300: #DA8FFA;
  --lavender-400: #C655F7;
  --lavender-500: #B624F5;
  --lavender-600: #990AD6;
  --lavender-700: #7A08AA;
  --lavender-800: #57067A;
  --lavender-900: #38044E;
  --lavender-950: #230231;
}
Generate More ShadesCreate PaletteConvert Color