Lavender

#CED8EE

Blue

Color Codes

All color formats for development

HEX
#CED8EE
RGB
rgb(206, 216, 238)
HSL
hsl(221, 48%, 87%)
OKLCH
oklch(0.881 0.032 266.1)
CMYK
cmyk(13%, 9%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.43:1

AA AAA

On Black Background

14.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EA
200
#CED8
300
#A8BA
400
#7B96
500
#5578
600
#3A5C
700
#2E4A
800
#2135
900
#1522
950
#0D15

Shades

Darker variations

1#ADBEE2
2#8CA4D7
3#6B8ACB
4#4B70C0
5#3A5BA4
6#2E4983
7#233763
8#172542
9#0C1221

Tints

Lighter variations

1#D3DCEF
2#D8E0F1
3#DDE4F3
4#E2E8F5
5#E6ECF6
6#EBEFF8
7#F0F3FA
8#F5F7FC
9#FAFBFD

Tones

Muted variations

1#D0D9EC
2#D1D9EB
3#D3DAE9
4#D4DAE7
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
E5EA
#E5EAF6
Light backgroundsTable row hoverSkeleton loading
200
CED8
#CED8EE
Secondary backgroundsInput backgroundsDividers
300
A8BA
#A8BAE1
BordersInactive statesPlaceholder text
400
7B96
#7B96D1
Disabled statesSecondary iconsMuted text
500
5578
#5578C3
Primary brand colorCTAsActive elementsLinks
600
3A5C
#3A5CA6
Hover statesFocus ringsPrimary buttons hover
700
2E4A
#2E4A84
Active/pressed statesDark mode accentsSecondary text
800
2135
#21355E
Text on light backgroundsHeadingsStrong borders
900
1522
#15223C
Primary textHigh emphasis contentDark headings
950
0D15
#0D1526
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F6FB;
  --lavender-100: #E5EAF6;
  --lavender-200: #CED8EE;
  --lavender-300: #A8BAE1;
  --lavender-400: #7B96D1;
  --lavender-500: #5578C3;
  --lavender-600: #3A5CA6;
  --lavender-700: #2E4A84;
  --lavender-800: #21355E;
  --lavender-900: #15223C;
  --lavender-950: #0D1526;
}
Generate More ShadesCreate PaletteConvert Color