Lavender

#CECEEE

Blue

Color Codes

All color formats for development

HEX
#CECEEE
RGB
rgb(206, 206, 238)
HSL
hsl(240, 48%, 87%)
OKLCH
oklch(0.862 0.044 285.4)
CMYK
cmyk(13%, 13%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.53:1

AA AAA

On Black Background

13.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E5E5
200
#CECE
300
#A8A8
400
#7B7B
500
#5555
600
#3A3A
700
#2E2E
800
#2121
900
#1515
950
#0D0D

Shades

Darker variations

1#ADADE2
2#8C8CD7
3#6B6BCB
4#4B4BC0
5#3A3AA4
6#2E2E83
7#232363
8#171742
9#0C0C21

Tints

Lighter variations

1#D3D3EF
2#D8D8F1
3#DDDDF3
4#E2E2F5
5#E6E6F6
6#EBEBF8
7#F0F0FA
8#F5F5FC
9#FAFAFD

Tones

Muted variations

1#D0D0EC
2#D1D1EB
3#D3D3E9
4#D4D4E7
5#D6D6E6
6#D7D7E4
7#D9D9E3
8#DBDBE1
9#DCDCDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E5
#E5E5F6
Light backgroundsTable row hoverSkeleton loading
200
CECE
#CECEEE
Secondary backgroundsInput backgroundsDividers
300
A8A8
#A8A8E1
BordersInactive statesPlaceholder text
400
7B7B
#7B7BD1
Disabled statesSecondary iconsMuted text
500
5555
#5555C3
Primary brand colorCTAsActive elementsLinks
600
3A3A
#3A3AA6
Hover statesFocus ringsPrimary buttons hover
700
2E2E
#2E2E84
Active/pressed statesDark mode accentsSecondary text
800
2121
#21215E
Text on light backgroundsHeadingsStrong borders
900
1515
#15153C
Primary textHigh emphasis contentDark headings
950
0D0D
#0D0D26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F4FB;
  --lavender-100: #E5E5F6;
  --lavender-200: #CECEEE;
  --lavender-300: #A8A8E1;
  --lavender-400: #7B7BD1;
  --lavender-500: #5555C3;
  --lavender-600: #3A3AA6;
  --lavender-700: #2E2E84;
  --lavender-800: #21215E;
  --lavender-900: #15153C;
  --lavender-950: #0D0D26;
}
Generate More ShadesCreate PaletteConvert Color