Lavender

#CED6EE

Blue

Color Codes

All color formats for development

HEX
#CED6EE
RGB
rgb(206, 214, 238)
HSL
hsl(225, 48%, 87%)
OKLCH
oklch(0.877 0.034 271)
CMYK
cmyk(13%, 10%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.45:1

AA AAA

On Black Background

14.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5E9
200
#CED6
300
#A8B6
400
#7B90
500
#5571
600
#3A55
700
#2E44
800
#2130
900
#151F
950
#0D13

Shades

Darker variations

1#ADBAE2
2#8C9FD7
3#6B83CB
4#4B68C0
5#3A54A4
6#2E4383
7#233363
8#172242
9#0C1121

Tints

Lighter variations

1#D3DAEF
2#D8DEF1
3#DDE2F3
4#E2E6F5
5#E6EAF6
6#EBEFF8
7#F0F3FA
8#F5F7FC
9#FAFBFD

Tones

Muted variations

1#D0D7EC
2#D1D7EB
3#D3D8E9
4#D4D9E7
5#D6DAE6
6#D7DBE4
7#D9DBE3
8#DBDCE1
9#DCDDDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E9
#E5E9F6
Light backgroundsTable row hoverSkeleton loading
200
CED6
#CED6EE
Secondary backgroundsInput backgroundsDividers
300
A8B6
#A8B6E1
BordersInactive statesPlaceholder text
400
7B90
#7B90D1
Disabled statesSecondary iconsMuted text
500
5571
#5571C3
Primary brand colorCTAsActive elementsLinks
600
3A55
#3A55A6
Hover statesFocus ringsPrimary buttons hover
700
2E44
#2E4484
Active/pressed statesDark mode accentsSecondary text
800
2130
#21305E
Text on light backgroundsHeadingsStrong borders
900
151F
#151F3C
Primary textHigh emphasis contentDark headings
950
0D13
#0D1326
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F6FB;
  --lavender-100: #E5E9F6;
  --lavender-200: #CED6EE;
  --lavender-300: #A8B6E1;
  --lavender-400: #7B90D1;
  --lavender-500: #5571C3;
  --lavender-600: #3A55A6;
  --lavender-700: #2E4484;
  --lavender-800: #21305E;
  --lavender-900: #151F3C;
  --lavender-950: #0D1326;
}
Generate More ShadesCreate PaletteConvert Color