Lavender

#CEDAEE

Blue

Color Codes

All color formats for development

HEX
#CEDAEE
RGB
rgb(206, 218, 238)
HSL
hsl(218, 48%, 87%)
OKLCH
oklch(0.885 0.03 260.7)
CMYK
cmyk(13%, 8%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.41:1

AA AAA

On Black Background

14.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EB
200
#CEDA
300
#A8BD
400
#7B9A
500
#557E
600
#3A62
700
#2E4E
800
#2138
900
#1524
950
#0D16

Shades

Darker variations

1#ADC1E2
2#8CA8D7
3#6B8FCB
4#4B76C0
5#3A61A4
6#2E4D83
7#233A63
8#172742
9#0C1321

Tints

Lighter variations

1#D3DDEF
2#D8E1F1
3#DDE5F3
4#E2E9F5
5#E6ECF6
6#EBF0F8
7#F0F4FA
8#F5F8FC
9#FAFBFD

Tones

Muted variations

1#D0DAEC
2#D1DAEB
3#D3DBE9
4#D4DBE7
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
E5EB
#E5EBF6
Light backgroundsTable row hoverSkeleton loading
200
CEDA
#CEDAEE
Secondary backgroundsInput backgroundsDividers
300
A8BD
#A8BDE1
BordersInactive statesPlaceholder text
400
7B9A
#7B9AD1
Disabled statesSecondary iconsMuted text
500
557E
#557EC3
Primary brand colorCTAsActive elementsLinks
600
3A62
#3A62A6
Hover statesFocus ringsPrimary buttons hover
700
2E4E
#2E4E84
Active/pressed statesDark mode accentsSecondary text
800
2138
#21385E
Text on light backgroundsHeadingsStrong borders
900
1524
#15243C
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: #E5EBF6;
  --lavender-200: #CEDAEE;
  --lavender-300: #A8BDE1;
  --lavender-400: #7B9AD1;
  --lavender-500: #557EC3;
  --lavender-600: #3A62A6;
  --lavender-700: #2E4E84;
  --lavender-800: #21385E;
  --lavender-900: #15243C;
  --lavender-950: #0D1626;
}
Generate More ShadesCreate PaletteConvert Color