Lavender

#EBBEFE

Purple

Color Codes

All color formats for development

HEX
#EBBEFE
RGB
rgb(235, 190, 254)
HSL
hsl(282, 97%, 87%)
OKLCH
oklch(0.862 0.099 315.7)
CMYK
cmyk(7%, 25%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.58:1

AA AAA

On Black Background

13.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F4DC
200
#EBBE
300
#DB8B
400
#C84F
500
#B91D
600
#9C03
700
#7C03
800
#5802
900
#3901
950
#2301

Shades

Darker variations

1#DD92FD
2#D066FD
3#C23BFC
4#B40FFB
5#9A03DB
6#7B03AF
7#5C0283
8#3E0157
9#1F012C

Tints

Lighter variations

1#EDC4FE
2#EFCBFE
3#F1D1FE
4#F3D8FE
5#F5DEFF
6#F7E5FF
7#F9EBFF
8#FBF2FF
9#FDF8FF

Tones

Muted variations

1#E9C1FB
2#E8C4F8
3#E7C7F4
4#E6CBF1
5#E4CEEE
6#E3D1EB
7#E2D4E7
8#E0D7E4
9#DFDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F4DC
#F4DCFE
Light backgroundsTable row hoverSkeleton loading
200
EBBE
#EBBEFE
Secondary backgroundsInput backgroundsDividers
300
DB8B
#DB8BFD
BordersInactive statesPlaceholder text
400
C84F
#C84FFC
Disabled statesSecondary iconsMuted text
500
B91D
#B91DFC
Primary brand colorCTAsActive elementsLinks
600
9C03
#9C03DD
Hover statesFocus ringsPrimary buttons hover
700
7C03
#7C03B0
Active/pressed statesDark mode accentsSecondary text
800
5802
#58027E
Text on light backgroundsHeadingsStrong borders
900
3901
#390150
Primary textHigh emphasis contentDark headings
950
2301
#230132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #FAF0FF;
  --lavender-100: #F4DCFE;
  --lavender-200: #EBBEFE;
  --lavender-300: #DB8BFD;
  --lavender-400: #C84FFC;
  --lavender-500: #B91DFC;
  --lavender-600: #9C03DD;
  --lavender-700: #7C03B0;
  --lavender-800: #58027E;
  --lavender-900: #390150;
  --lavender-950: #230132;
}
Generate More ShadesCreate PaletteConvert Color