Lavender

#D0D8EB

Blue

Color Codes

All color formats for development

HEX
#D0D8EB
RGB
rgb(208, 216, 235)
HSL
hsl(222, 40%, 87%)
OKLCH
oklch(0.882 0.028 267.5)
CMYK
cmyk(11%, 8%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.43:1

AA AAA

On Black Background

14.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E6EA
200
#D1D9
300
#ADBB
400
#8297
500
#5E7A
600
#435E
700
#364B
800
#2636
900
#1822
950
#0F15

Shades

Darker variations

1#B2BFDE
2#92A5D0
3#738BC3
4#5472B6
5#435D9B
6#354B7C
7#28385D
8#1B253E
9#0D131F

Tints

Lighter variations

1#D5DCED
2#DAE0EF
3#DFE4F1
4#E3E8F3
5#E8ECF5
6#ECF0F7
7#F1F3F9
8#F6F7FB
9#FAFBFD

Tones

Muted variations

1#D2D9EA
2#D3DAE8
3#D5DAE7
4#D6DBE6
5#D7DBE4
6#D9DCE3
7#DADCE2
8#DBDDE1
9#DDDDDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E6EA
#E6EAF4
Light backgroundsTable row hoverSkeleton loading
200
D1D9
#D1D9EB
Secondary backgroundsInput backgroundsDividers
300
ADBB
#ADBBDC
BordersInactive statesPlaceholder text
400
8297
#8297C9
Disabled statesSecondary iconsMuted text
500
5E7A
#5E7ABA
Primary brand colorCTAsActive elementsLinks
600
435E
#435E9D
Hover statesFocus ringsPrimary buttons hover
700
364B
#364B7D
Active/pressed statesDark mode accentsSecondary text
800
2636
#263659
Text on light backgroundsHeadingsStrong borders
900
1822
#182239
Primary textHigh emphasis contentDark headings
950
0F15
#0F1524
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F6FA;
  --lavender-100: #E6EAF4;
  --lavender-200: #D1D9EB;
  --lavender-300: #ADBBDC;
  --lavender-400: #8297C9;
  --lavender-500: #5E7ABA;
  --lavender-600: #435E9D;
  --lavender-700: #364B7D;
  --lavender-800: #263659;
  --lavender-900: #182239;
  --lavender-950: #0F1524;
}
Generate More ShadesCreate PaletteConvert Color