Lavender

#D3D8E9

Blue

Color Codes

All color formats for development

HEX
#D3D8E9
RGB
rgb(211, 216, 233)
HSL
hsl(226, 33%, 87%)
OKLCH
oklch(0.884 0.024 272.8)
CMYK
cmyk(9%, 7%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.42:1

AA AAA

On Black Background

14.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E7EA
200
#D3D8
300
#B1BA
400
#8896
500
#6678
600
#4B5C
700
#3C4A
800
#2B35
900
#1B22
950
#1115

Shades

Darker variations

1#B5BEDA
2#98A4CB
3#7A8ABC
4#5D70AD
5#4A5B94
6#3B4976
7#2D3759
8#1E253B
9#0F121E

Tints

Lighter variations

1#D7DCEB
2#DCE0ED
3#E0E4EF
4#E5E8F2
5#E9ECF4
6#EDEFF6
7#F2F3F8
8#F6F7FB
9#FBFBFD

Tones

Muted variations

1#D4D9E8
2#D5D9E7
3#D6DAE6
4#D7DAE4
5#D8DBE3
6#D9DCE2
7#DBDCE1
8#DCDDE0
9#DDDDDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EA
#E7EAF3
Light backgroundsTable row hoverSkeleton loading
200
D3D8
#D3D8E9
Secondary backgroundsInput backgroundsDividers
300
B1BA
#B1BAD8
BordersInactive statesPlaceholder text
400
8896
#8896C3
Disabled statesSecondary iconsMuted text
500
6678
#6678B2
Primary brand colorCTAsActive elementsLinks
600
4B5C
#4B5C95
Hover statesFocus ringsPrimary buttons hover
700
3C4A
#3C4A77
Active/pressed statesDark mode accentsSecondary text
800
2B35
#2B3555
Text on light backgroundsHeadingsStrong borders
900
1B22
#1B2236
Primary textHigh emphasis contentDark headings
950
1115
#111522
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5F6FA;
  --lavender-100: #E7EAF3;
  --lavender-200: #D3D8E9;
  --lavender-300: #B1BAD8;
  --lavender-400: #8896C3;
  --lavender-500: #6678B2;
  --lavender-600: #4B5C95;
  --lavender-700: #3C4A77;
  --lavender-800: #2B3555;
  --lavender-900: #1B2236;
  --lavender-950: #111522;
}
Generate More ShadesCreate PaletteConvert Color