Lavender

#CEDEEE

Blue

Color Codes

All color formats for development

HEX
#CEDEEE
RGB
rgb(206, 222, 238)
HSL
hsl(210, 48%, 87%)
OKLCH
oklch(0.893 0.028 248.1)
CMYK
cmyk(13%, 7%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.37:1

AA AAA

On Black Background

15.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5ED
200
#CEDE
300
#A8C4
400
#7BA6
500
#558C
600
#3A70
700
#2E59
800
#2140
900
#1529
950
#0D1A

Shades

Darker variations

1#ADC8E2
2#8CB1D7
3#6B9BCB
4#4B85C0
5#3A6FA4
6#2E5983
7#234363
8#172C42
9#0C1621

Tints

Lighter variations

1#D3E1EF
2#D8E4F1
3#DDE8F3
4#E2EBF5
5#E6EEF6
6#EBF2F8
7#F0F5FA
8#F5F8FC
9#FAFCFD

Tones

Muted variations

1#D0DEEC
2#D1DEEB
3#D3DEE9
4#D4DEE7
5#D6DEE6
6#D7DEE4
7#D9DEE3
8#DBDEE1
9#DCDEDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5ED
#E5EDF6
Light backgroundsTable row hoverSkeleton loading
200
CEDE
#CEDEEE
Secondary backgroundsInput backgroundsDividers
300
A8C4
#A8C4E1
BordersInactive statesPlaceholder text
400
7BA6
#7BA6D1
Disabled statesSecondary iconsMuted text
500
558C
#558CC3
Primary brand colorCTAsActive elementsLinks
600
3A70
#3A70A6
Hover statesFocus ringsPrimary buttons hover
700
2E59
#2E5984
Active/pressed statesDark mode accentsSecondary text
800
2140
#21405E
Text on light backgroundsHeadingsStrong borders
900
1529
#15293C
Primary textHigh emphasis contentDark headings
950
0D1A
#0D1A26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F7FB;
  --lavender-100: #E5EDF6;
  --lavender-200: #CEDEEE;
  --lavender-300: #A8C4E1;
  --lavender-400: #7BA6D1;
  --lavender-500: #558CC3;
  --lavender-600: #3A70A6;
  --lavender-700: #2E5984;
  --lavender-800: #21405E;
  --lavender-900: #15293C;
  --lavender-950: #0D1A26;
}
Generate More ShadesCreate PaletteConvert Color