Lavender

#CDD9EE

Blue

Color Codes

All color formats for development

HEX
#CDD9EE
RGB
rgb(205, 217, 238)
HSL
hsl(218, 49%, 87%)
OKLCH
oklch(0.883 0.032 261.7)
CMYK
cmyk(14%, 9%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.42:1

AA AAA

On Black Background

14.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E4EB
200
#CEDA
300
#A8BD
400
#7A9A
500
#547D
600
#3962
700
#2E4E
800
#2137
900
#1523
950
#0D16

Shades

Darker variations

1#ADC0E3
2#8BA7D7
3#6A8ECC
4#4975C1
5#3960A5
6#2D4D84
7#223A63
8#172742
9#0B1321

Tints

Lighter variations

1#D3DDF0
2#D7E1F1
3#DCE5F3
4#E1E9F5
5#E6ECF7
6#EBF0F8
7#F0F4FA
8#F5F8FC
9#FAFBFD

Tones

Muted variations

1#CFDAEC
2#D1DAEB
3#D2DBE9
4#D4DBE8
5#D6DCE6
6#D7DCE4
7#D9DDE3
8#DBDDE1
9#DCDDDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E4EB
#E4EBF6
Light backgroundsTable row hoverSkeleton loading
200
CEDA
#CEDAEE
Secondary backgroundsInput backgroundsDividers
300
A8BD
#A8BDE1
BordersInactive statesPlaceholder text
400
7A9A
#7A9AD1
Disabled statesSecondary iconsMuted text
500
547D
#547DC4
Primary brand colorCTAsActive elementsLinks
600
3962
#3962A7
Hover statesFocus ringsPrimary buttons hover
700
2E4E
#2E4E85
Active/pressed statesDark mode accentsSecondary text
800
2137
#21375F
Text on light backgroundsHeadingsStrong borders
900
1523
#15233D
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: #E4EBF6;
  --lavender-200: #CEDAEE;
  --lavender-300: #A8BDE1;
  --lavender-400: #7A9AD1;
  --lavender-500: #547DC4;
  --lavender-600: #3962A7;
  --lavender-700: #2E4E85;
  --lavender-800: #21375F;
  --lavender-900: #15233D;
  --lavender-950: #0D1626;
}
Generate More ShadesCreate PaletteConvert Color