Lavender

#D0D7EB

Blue

Color Codes

All color formats for development

HEX
#D0D7EB
RGB
rgb(208, 215, 235)
HSL
hsl(224, 40%, 87%)
OKLCH
oklch(0.88 0.029 270.4)
CMYK
cmyk(11%, 9%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.44:1

AA AAA

On Black Background

14.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E6EA
200
#D1D8
300
#ADB9
400
#8295
500
#5E77
600
#435B
700
#3649
800
#2634
900
#1821
950
#0F15

Shades

Darker variations

1#B2BDDE
2#92A3D0
3#7389C3
4#546EB6
5#435A9B
6#35487C
7#28365D
8#1B243E
9#0D121F

Tints

Lighter variations

1#D5DCED
2#DAE0EF
3#DFE3F1
4#E3E7F3
5#E8EBF5
6#ECEFF7
7#F1F3F9
8#F6F7FB
9#FAFBFD

Tones

Muted variations

1#D2D8EA
2#D3D9E8
3#D5DAE7
4#D6DAE6
5#D7DBE4
6#D9DBE3
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
D1D8
#D1D8EB
Secondary backgroundsInput backgroundsDividers
300
ADB9
#ADB9DC
BordersInactive statesPlaceholder text
400
8295
#8295C9
Disabled statesSecondary iconsMuted text
500
5E77
#5E77BA
Primary brand colorCTAsActive elementsLinks
600
435B
#435B9D
Hover statesFocus ringsPrimary buttons hover
700
3649
#36497D
Active/pressed statesDark mode accentsSecondary text
800
2634
#263459
Text on light backgroundsHeadingsStrong borders
900
1821
#182139
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: #D1D8EB;
  --lavender-300: #ADB9DC;
  --lavender-400: #8295C9;
  --lavender-500: #5E77BA;
  --lavender-600: #435B9D;
  --lavender-700: #36497D;
  --lavender-800: #263459;
  --lavender-900: #182139;
  --lavender-950: #0F1524;
}
Generate More ShadesCreate PaletteConvert Color