Lavender

#CDD7EE

Blue

Color Codes

All color formats for development

HEX
#CDD7EE
RGB
rgb(205, 215, 238)
HSL
hsl(222, 49%, 87%)
OKLCH
oklch(0.879 0.034 266.9)
CMYK
cmyk(14%, 10%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.44:1

AA AAA

On Black Background

14.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E4EA
200
#CED7
300
#A8B9
400
#7A94
500
#5476
600
#395A
700
#2E48
800
#2133
900
#1521
950
#0D15

Shades

Darker variations

1#ADBDE3
2#8BA2D7
3#6A88CC
4#496DC1
5#3959A5
6#2D4784
7#223663
8#172442
9#0B1221

Tints

Lighter variations

1#D3DBF0
2#D7DFF1
3#DCE3F3
4#E1E7F5
5#E6EBF7
6#EBEFF8
7#F0F3FA
8#F5F7FC
9#FAFBFD

Tones

Muted variations

1#CFD8EC
2#D1D9EB
3#D2D9E9
4#D4DAE8
5#D6DBE6
6#D7DBE4
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
E4EA
#E4EAF6
Light backgroundsTable row hoverSkeleton loading
200
CED7
#CED7EE
Secondary backgroundsInput backgroundsDividers
300
A8B9
#A8B9E1
BordersInactive statesPlaceholder text
400
7A94
#7A94D1
Disabled statesSecondary iconsMuted text
500
5476
#5476C4
Primary brand colorCTAsActive elementsLinks
600
395A
#395AA7
Hover statesFocus ringsPrimary buttons hover
700
2E48
#2E4885
Active/pressed statesDark mode accentsSecondary text
800
2133
#21335F
Text on light backgroundsHeadingsStrong borders
900
1521
#15213D
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: #E4EAF6;
  --lavender-200: #CED7EE;
  --lavender-300: #A8B9E1;
  --lavender-400: #7A94D1;
  --lavender-500: #5476C4;
  --lavender-600: #395AA7;
  --lavender-700: #2E4885;
  --lavender-800: #21335F;
  --lavender-900: #15213D;
  --lavender-950: #0D1526;
}
Generate More ShadesCreate PaletteConvert Color