Lavender

#CED7ED

Blue

Color Codes

All color formats for development

HEX
#CED7ED
RGB
rgb(206, 215, 237)
HSL
hsl(223, 46%, 87%)
OKLCH
oklch(0.879 0.032 267.9)
CMYK
cmyk(13%, 9%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.44:1

AA AAA

On Black Background

14.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EA
200
#CFD7
300
#A9B9
400
#7D94
500
#5775
600
#3D5A
700
#3047
800
#2233
900
#1621
950
#0E14

Shades

Darker variations

1#AEBDE1
2#8EA2D5
3#6D87C9
4#4D6DBD
5#3C59A2
6#304782
7#243561
8#182441
9#0C1220

Tints

Lighter variations

1#D3DBEF
2#D8DFF1
3#DDE3F2
4#E2E7F4
5#E7EBF6
6#ECEFF8
7#F0F3FA
8#F5F7FB
9#FAFBFD

Tones

Muted variations

1#D0D8EC
2#D2D9EA
3#D3D9E9
4#D5DAE7
5#D6DBE5
6#D8DBE4
7#D9DCE2
8#DBDDE1
9#DCDDDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EA
#E5EAF5
Light backgroundsTable row hoverSkeleton loading
200
CFD7
#CFD7ED
Secondary backgroundsInput backgroundsDividers
300
A9B9
#A9B9DF
BordersInactive statesPlaceholder text
400
7D94
#7D94CF
Disabled statesSecondary iconsMuted text
500
5775
#5775C1
Primary brand colorCTAsActive elementsLinks
600
3D5A
#3D5AA4
Hover statesFocus ringsPrimary buttons hover
700
3047
#304782
Active/pressed statesDark mode accentsSecondary text
800
2233
#22335D
Text on light backgroundsHeadingsStrong borders
900
1621
#16213C
Primary textHigh emphasis contentDark headings
950
0E14
#0E1425
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F6FB;
  --lavender-100: #E5EAF5;
  --lavender-200: #CFD7ED;
  --lavender-300: #A9B9DF;
  --lavender-400: #7D94CF;
  --lavender-500: #5775C1;
  --lavender-600: #3D5AA4;
  --lavender-700: #304782;
  --lavender-800: #22335D;
  --lavender-900: #16213C;
  --lavender-950: #0E1425;
}
Generate More ShadesCreate PaletteConvert Color