Lavender

#D3DAE9

Blue

Color Codes

All color formats for development

HEX
#D3DAE9
RGB
rgb(211, 218, 233)
HSL
hsl(221, 33%, 87%)
OKLCH
oklch(0.888 0.022 265.8)
CMYK
cmyk(9%, 6%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.40:1

AA AAA

On Black Background

14.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E7EB
200
#D3DA
300
#B1BD
400
#889B
500
#667E
600
#4B63
700
#3C4E
800
#2B38
900
#1B24
950
#1116

Shades

Darker variations

1#B5C1DA
2#98A8CB
3#7A8FBC
4#5D76AD
5#4A6294
6#3B4E76
7#2D3B59
8#1E273B
9#0F141E

Tints

Lighter variations

1#D7DEEB
2#DCE1ED
3#E0E5EF
4#E5E9F2
5#E9ECF4
6#EDF0F6
7#F2F4F8
8#F6F8FB
9#FBFBFD

Tones

Muted variations

1#D4DAE8
2#D5DBE7
3#D6DBE6
4#D7DBE4
5#D8DCE3
6#D9DCE2
7#DBDDE1
8#DCDDE0
9#DDDDDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EB
#E7EBF3
Light backgroundsTable row hoverSkeleton loading
200
D3DA
#D3DAE9
Secondary backgroundsInput backgroundsDividers
300
B1BD
#B1BDD8
BordersInactive statesPlaceholder text
400
889B
#889BC3
Disabled statesSecondary iconsMuted text
500
667E
#667EB2
Primary brand colorCTAsActive elementsLinks
600
4B63
#4B6395
Hover statesFocus ringsPrimary buttons hover
700
3C4E
#3C4E77
Active/pressed statesDark mode accentsSecondary text
800
2B38
#2B3855
Text on light backgroundsHeadingsStrong borders
900
1B24
#1B2436
Primary textHigh emphasis contentDark headings
950
1116
#111622
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5F6FA;
  --lavender-100: #E7EBF3;
  --lavender-200: #D3DAE9;
  --lavender-300: #B1BDD8;
  --lavender-400: #889BC3;
  --lavender-500: #667EB2;
  --lavender-600: #4B6395;
  --lavender-700: #3C4E77;
  --lavender-800: #2B3855;
  --lavender-900: #1B2436;
  --lavender-950: #111622;
}
Generate More ShadesCreate PaletteConvert Color