Lavender

#CED7EE

Blue

Color Codes

All color formats for development

HEX
#CED7EE
RGB
rgb(206, 215, 238)
HSL
hsl(223, 48%, 87%)
OKLCH
oklch(0.879 0.033 268.6)
CMYK
cmyk(13%, 10%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.44:1

AA AAA

On Black Background

14.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5E9
200
#CED7
300
#A8B8
400
#7B93
500
#5574
600
#3A59
700
#2E47
800
#2132
900
#1520
950
#0D14

Shades

Darker variations

1#ADBCE2
2#8CA1D7
3#6B87CB
4#4B6CC0
5#3A58A4
6#2E4683
7#233563
8#172342
9#0C1221

Tints

Lighter variations

1#D3DBEF
2#D8DFF1
3#DDE3F3
4#E2E7F5
5#E6EBF6
6#EBEFF8
7#F0F3FA
8#F5F7FC
9#FAFBFD

Tones

Muted variations

1#D0D8EC
2#D1D8EB
3#D3D9E9
4#D4DAE7
5#D6DAE6
6#D7DBE4
7#D9DCE3
8#DBDCE1
9#DCDDDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E9
#E5E9F6
Light backgroundsTable row hoverSkeleton loading
200
CED7
#CED7EE
Secondary backgroundsInput backgroundsDividers
300
A8B8
#A8B8E1
BordersInactive statesPlaceholder text
400
7B93
#7B93D1
Disabled statesSecondary iconsMuted text
500
5574
#5574C3
Primary brand colorCTAsActive elementsLinks
600
3A59
#3A59A6
Hover statesFocus ringsPrimary buttons hover
700
2E47
#2E4784
Active/pressed statesDark mode accentsSecondary text
800
2132
#21325E
Text on light backgroundsHeadingsStrong borders
900
1520
#15203C
Primary textHigh emphasis contentDark headings
950
0D14
#0D1426
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F6FB;
  --lavender-100: #E5E9F6;
  --lavender-200: #CED7EE;
  --lavender-300: #A8B8E1;
  --lavender-400: #7B93D1;
  --lavender-500: #5574C3;
  --lavender-600: #3A59A6;
  --lavender-700: #2E4784;
  --lavender-800: #21325E;
  --lavender-900: #15203C;
  --lavender-950: #0D1426;
}
Generate More ShadesCreate PaletteConvert Color