Lavender

#CEC2FA

Blue

Color Codes

All color formats for development

HEX
#CEC2FA
RGB
rgb(206, 194, 250)
HSL
hsl(253, 85%, 87%)
OKLCH
oklch(0.843 0.078 294.5)
CMYK
cmyk(18%, 22%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.65:1

AA AAA

On Black Background

12.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E5DE
200
#CEC2
300
#A892
400
#7B5A
500
#552B
600
#3A11
700
#2E0D
800
#210A
900
#1506
950
#0D04

Shades

Darker variations

1#AD99F7
2#8C70F3
3#6B47F0
4#4A1EED
5#3911CD
6#2E0DA4
7#220A7B
8#170752
9#0B0329

Tints

Lighter variations

1#D3C8FB
2#D8CEFB
3#DDD4FC
4#E2DAFC
5#E6E0FD
6#EBE6FD
7#F0EDFE
8#F5F3FE
9#FAF9FF

Tones

Muted variations

1#CFC4F7
2#D1C7F4
3#D3CAF2
4#D4CDEF
5#D6D0EC
6#D7D3E9
7#D9D5E6
8#DBD8E3
9#DCDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E5DE
#E5DEFC
Light backgroundsTable row hoverSkeleton loading
200
CEC2
#CEC2FA
Secondary backgroundsInput backgroundsDividers
300
A892
#A892F6
BordersInactive statesPlaceholder text
400
7B5A
#7B5AF2
Disabled statesSecondary iconsMuted text
500
552B
#552BEE
Primary brand colorCTAsActive elementsLinks
600
3A11
#3A11D0
Hover statesFocus ringsPrimary buttons hover
700
2E0D
#2E0DA5
Active/pressed statesDark mode accentsSecondary text
800
210A
#210A76
Text on light backgroundsHeadingsStrong borders
900
1506
#15064B
Primary textHigh emphasis contentDark headings
950
0D04
#0D042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F1FE;
  --lavender-100: #E5DEFC;
  --lavender-200: #CEC2FA;
  --lavender-300: #A892F6;
  --lavender-400: #7B5AF2;
  --lavender-500: #552BEE;
  --lavender-600: #3A11D0;
  --lavender-700: #2E0DA5;
  --lavender-800: #210A76;
  --lavender-900: #15064B;
  --lavender-950: #0D042F;
}
Generate More ShadesCreate PaletteConvert Color