Lavender

#CEDCEE

Blue

Color Codes

All color formats for development

HEX
#CEDCEE
RGB
rgb(206, 220, 238)
HSL
hsl(214, 48%, 87%)
OKLCH
oklch(0.889 0.029 254.7)
CMYK
cmyk(13%, 8%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.39:1

AA AAA

On Black Background

15.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5EC
200
#CEDC
300
#A8C1
400
#7BA0
500
#5585
600
#3A69
700
#2E54
800
#213C
900
#1526
950
#0D18

Shades

Darker variations

1#ADC4E2
2#8CADD7
3#6B95CB
4#4B7DC0
5#3A68A4
6#2E5383
7#233E63
8#172A42
9#0C1521

Tints

Lighter variations

1#D3DFEF
2#D8E3F1
3#DDE6F3
4#E2EAF5
5#E6EDF6
6#EBF1F8
7#F0F4FA
8#F5F8FC
9#FAFBFD

Tones

Muted variations

1#D0DCEC
2#D1DCEB
3#D3DCE9
4#D4DDE7
5#D6DDE6
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
E5EC
#E5ECF6
Light backgroundsTable row hoverSkeleton loading
200
CEDC
#CEDCEE
Secondary backgroundsInput backgroundsDividers
300
A8C1
#A8C1E1
BordersInactive statesPlaceholder text
400
7BA0
#7BA0D1
Disabled statesSecondary iconsMuted text
500
5585
#5585C3
Primary brand colorCTAsActive elementsLinks
600
3A69
#3A69A6
Hover statesFocus ringsPrimary buttons hover
700
2E54
#2E5484
Active/pressed statesDark mode accentsSecondary text
800
213C
#213C5E
Text on light backgroundsHeadingsStrong borders
900
1526
#15263C
Primary textHigh emphasis contentDark headings
950
0D18
#0D1826
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F7FB;
  --lavender-100: #E5ECF6;
  --lavender-200: #CEDCEE;
  --lavender-300: #A8C1E1;
  --lavender-400: #7BA0D1;
  --lavender-500: #5585C3;
  --lavender-600: #3A69A6;
  --lavender-700: #2E5484;
  --lavender-800: #213C5E;
  --lavender-900: #15263C;
  --lavender-950: #0D1826;
}
Generate More ShadesCreate PaletteConvert Color