Lavender

#CED1EE

Blue

Color Codes

All color formats for development

HEX
#CED1EE
RGB
rgb(206, 209, 238)
HSL
hsl(234, 48%, 87%)
OKLCH
oklch(0.867 0.04 280.8)
CMYK
cmyk(13%, 12%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.50:1

AA AAA

On Black Background

13.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E5E6
200
#CED1
300
#A8AE
400
#7B83
500
#5560
600
#3A45
700
#2E37
800
#2127
900
#1519
950
#0D10

Shades

Darker variations

1#ADB2E2
2#8C94D7
3#6B75CB
4#4B56C0
5#3A44A4
6#2E3783
7#232963
8#171B42
9#0C0E21

Tints

Lighter variations

1#D3D6EF
2#D8DAF1
3#DDDFF3
4#E2E3F5
5#E6E8F6
6#EBEDF8
7#F0F1FA
8#F5F6FC
9#FAFAFD

Tones

Muted variations

1#D0D2EC
2#D1D4EB
3#D3D5E9
4#D4D6E7
5#D6D7E6
6#D7D9E4
7#D9DAE3
8#DBDBE1
9#DCDDDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E6
#E5E6F6
Light backgroundsTable row hoverSkeleton loading
200
CED1
#CED1EE
Secondary backgroundsInput backgroundsDividers
300
A8AE
#A8AEE1
BordersInactive statesPlaceholder text
400
7B83
#7B83D1
Disabled statesSecondary iconsMuted text
500
5560
#5560C3
Primary brand colorCTAsActive elementsLinks
600
3A45
#3A45A6
Hover statesFocus ringsPrimary buttons hover
700
2E37
#2E3784
Active/pressed statesDark mode accentsSecondary text
800
2127
#21275E
Text on light backgroundsHeadingsStrong borders
900
1519
#15193C
Primary textHigh emphasis contentDark headings
950
0D10
#0D1026
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F4FB;
  --lavender-100: #E5E6F6;
  --lavender-200: #CED1EE;
  --lavender-300: #A8AEE1;
  --lavender-400: #7B83D1;
  --lavender-500: #5560C3;
  --lavender-600: #3A45A6;
  --lavender-700: #2E3784;
  --lavender-800: #21275E;
  --lavender-900: #15193C;
  --lavender-950: #0D1026;
}
Generate More ShadesCreate PaletteConvert Color