Lavender

#CED9EE

Blue

Color Codes

All color formats for development

HEX
#CED9EE
RGB
rgb(206, 217, 238)
HSL
hsl(219, 48%, 87%)
OKLCH
oklch(0.883 0.031 263.5)
CMYK
cmyk(13%, 9%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.42:1

AA AAA

On Black Background

14.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EB
200
#CED9
300
#A8BC
400
#7B99
500
#557C
600
#3A60
700
#2E4C
800
#2137
900
#1523
950
#0D16

Shades

Darker variations

1#ADC0E2
2#8CA6D7
3#6B8DCB
4#4B74C0
5#3A5FA4
6#2E4C83
7#233963
8#172642
9#0C1321

Tints

Lighter variations

1#D3DDEF
2#D8E1F1
3#DDE4F3
4#E2E8F5
5#E6ECF6
6#EBF0F8
7#F0F4FA
8#F5F7FC
9#FAFBFD

Tones

Muted variations

1#D0DAEC
2#D1DAEB
3#D3DBE9
4#D4DBE7
5#D6DBE6
6#D7DCE4
7#D9DCE3
8#DBDDE1
9#DCDDDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EB
#E5EBF6
Light backgroundsTable row hoverSkeleton loading
200
CED9
#CED9EE
Secondary backgroundsInput backgroundsDividers
300
A8BC
#A8BCE1
BordersInactive statesPlaceholder text
400
7B99
#7B99D1
Disabled statesSecondary iconsMuted text
500
557C
#557CC3
Primary brand colorCTAsActive elementsLinks
600
3A60
#3A60A6
Hover statesFocus ringsPrimary buttons hover
700
2E4C
#2E4C84
Active/pressed statesDark mode accentsSecondary text
800
2137
#21375E
Text on light backgroundsHeadingsStrong borders
900
1523
#15233C
Primary textHigh emphasis contentDark headings
950
0D16
#0D1626
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F6FB;
  --lavender-100: #E5EBF6;
  --lavender-200: #CED9EE;
  --lavender-300: #A8BCE1;
  --lavender-400: #7B99D1;
  --lavender-500: #557CC3;
  --lavender-600: #3A60A6;
  --lavender-700: #2E4C84;
  --lavender-800: #21375E;
  --lavender-900: #15233C;
  --lavender-950: #0D1626;
}
Generate More ShadesCreate PaletteConvert Color