Lavender

#CDDBEE

Blue

Color Codes

All color formats for development

HEX
#CDDBEE
RGB
rgb(205, 219, 238)
HSL
hsl(215, 49%, 87%)
OKLCH
oklch(0.887 0.03 256)
CMYK
cmyk(14%, 8%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.40:1

AA AAA

On Black Background

14.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E4EC
200
#CEDB
300
#A8C0
400
#7A9E
500
#5483
600
#3967
700
#2E52
800
#213B
900
#1525
950
#0D17

Shades

Darker variations

1#ADC3E3
2#8BABD7
3#6A93CC
4#497BC1
5#3966A5
6#2D5184
7#223D63
8#172942
9#0B1421

Tints

Lighter variations

1#D3DFF0
2#D7E2F1
3#DCE6F3
4#E1E9F5
5#E6EDF7
6#EBF1F8
7#F0F4FA
8#F5F8FC
9#FAFBFD

Tones

Muted variations

1#CFDBEC
2#D1DCEB
3#D2DCE9
4#D4DCE8
5#D6DCE6
6#D7DDE4
7#D9DDE3
8#DBDDE1
9#DCDEDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E4EC
#E4ECF6
Light backgroundsTable row hoverSkeleton loading
200
CEDB
#CEDBEE
Secondary backgroundsInput backgroundsDividers
300
A8C0
#A8C0E1
BordersInactive statesPlaceholder text
400
7A9E
#7A9ED1
Disabled statesSecondary iconsMuted text
500
5483
#5483C4
Primary brand colorCTAsActive elementsLinks
600
3967
#3967A7
Hover statesFocus ringsPrimary buttons hover
700
2E52
#2E5285
Active/pressed statesDark mode accentsSecondary text
800
213B
#213B5F
Text on light backgroundsHeadingsStrong borders
900
1525
#15253D
Primary textHigh emphasis contentDark headings
950
0D17
#0D1726
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F7FB;
  --lavender-100: #E4ECF6;
  --lavender-200: #CEDBEE;
  --lavender-300: #A8C0E1;
  --lavender-400: #7A9ED1;
  --lavender-500: #5483C4;
  --lavender-600: #3967A7;
  --lavender-700: #2E5285;
  --lavender-800: #213B5F;
  --lavender-900: #15253D;
  --lavender-950: #0D1726;
}
Generate More ShadesCreate PaletteConvert Color