Lavender

#D3DBE9

Blue

Color Codes

All color formats for development

HEX
#D3DBE9
RGB
rgb(211, 219, 233)
HSL
hsl(218, 33%, 87%)
OKLCH
oklch(0.89 0.021 261.8)
CMYK
cmyk(9%, 6%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.39:1

AA AAA

On Black Background

15.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E7EC
200
#D3DB
300
#B1BF
400
#889E
500
#6682
600
#4B66
700
#3C51
800
#2B3A
900
#1B25
950
#1117

Shades

Darker variations

1#B5C3DA
2#98ABCB
3#7A93BC
4#5D7AAD
5#4A6594
6#3B5176
7#2D3D59
8#1E283B
9#0F141E

Tints

Lighter variations

1#D7DFEB
2#DCE2ED
3#E0E6EF
4#E5E9F2
5#E9EDF4
6#EDF1F6
7#F2F4F8
8#F6F8FB
9#FBFBFD

Tones

Muted variations

1#D4DBE8
2#D5DCE7
3#D6DCE6
4#D7DCE4
5#D8DCE3
6#D9DDE2
7#DBDDE1
8#DCDDE0
9#DDDEDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EC
#E7ECF3
Light backgroundsTable row hoverSkeleton loading
200
D3DB
#D3DBE9
Secondary backgroundsInput backgroundsDividers
300
B1BF
#B1BFD8
BordersInactive statesPlaceholder text
400
889E
#889EC3
Disabled statesSecondary iconsMuted text
500
6682
#6682B2
Primary brand colorCTAsActive elementsLinks
600
4B66
#4B6695
Hover statesFocus ringsPrimary buttons hover
700
3C51
#3C5177
Active/pressed statesDark mode accentsSecondary text
800
2B3A
#2B3A55
Text on light backgroundsHeadingsStrong borders
900
1B25
#1B2536
Primary textHigh emphasis contentDark headings
950
1117
#111722
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5F7FA;
  --lavender-100: #E7ECF3;
  --lavender-200: #D3DBE9;
  --lavender-300: #B1BFD8;
  --lavender-400: #889EC3;
  --lavender-500: #6682B2;
  --lavender-600: #4B6695;
  --lavender-700: #3C5177;
  --lavender-800: #2B3A55;
  --lavender-900: #1B2536;
  --lavender-950: #111722;
}
Generate More ShadesCreate PaletteConvert Color