Lavender

#CEDBEE

Blue

Color Codes

All color formats for development

HEX
#CEDBEE
RGB
rgb(206, 219, 238)
HSL
hsl(216, 48%, 87%)
OKLCH
oklch(0.887 0.03 257.8)
CMYK
cmyk(13%, 8%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.40:1

AA AAA

On Black Background

14.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5EB
200
#CEDB
300
#A8BF
400
#7B9D
500
#5581
600
#3A65
700
#2E51
800
#213A
900
#1525
950
#0D17

Shades

Darker variations

1#ADC2E2
2#8CAAD7
3#6B92CB
4#4B79C0
5#3A64A4
6#2E5083
7#233C63
8#172842
9#0C1421

Tints

Lighter variations

1#D3DEEF
2#D8E2F1
3#DDE6F3
4#E2E9F5
5#E6EDF6
6#EBF0F8
7#F0F4FA
8#F5F8FC
9#FAFBFD

Tones

Muted variations

1#D0DBEC
2#D1DBEB
3#D3DCE9
4#D4DCE7
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
E5EB
#E5EBF6
Light backgroundsTable row hoverSkeleton loading
200
CEDB
#CEDBEE
Secondary backgroundsInput backgroundsDividers
300
A8BF
#A8BFE1
BordersInactive statesPlaceholder text
400
7B9D
#7B9DD1
Disabled statesSecondary iconsMuted text
500
5581
#5581C3
Primary brand colorCTAsActive elementsLinks
600
3A65
#3A65A6
Hover statesFocus ringsPrimary buttons hover
700
2E51
#2E5184
Active/pressed statesDark mode accentsSecondary text
800
213A
#213A5E
Text on light backgroundsHeadingsStrong borders
900
1525
#15253C
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: #E5EBF6;
  --lavender-200: #CEDBEE;
  --lavender-300: #A8BFE1;
  --lavender-400: #7B9DD1;
  --lavender-500: #5581C3;
  --lavender-600: #3A65A6;
  --lavender-700: #2E5184;
  --lavender-800: #213A5E;
  --lavender-900: #15253C;
  --lavender-950: #0D1726;
}
Generate More ShadesCreate PaletteConvert Color