Lavender

#D5D7E6

Blue

Color Codes

All color formats for development

HEX
#D5D7E6
RGB
rgb(213, 215, 230)
HSL
hsl(233, 25%, 87%)
OKLCH
oklch(0.882 0.021 279.9)
CMYK
cmyk(7%, 7%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.43:1

AA AAA

On Black Background

14.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E9EA
200
#D6D7
300
#B6B9
400
#8F95
500
#7076
600
#545B
700
#4348
800
#3034
900
#1F21
950
#1315

Shades

Darker variations

1#BABDD5
2#9EA3C5
3#8288B4
4#676EA4
5#535A8B
6#43486F
7#323653
8#212437
9#11121C

Tints

Lighter variations

1#DADBE9
2#DEDFEB
3#E2E3EE
4#E6E7F0
5#EAEBF3
6#EEEFF5
7#F3F3F8
8#F7F7FA
9#FBFBFD

Tones

Muted variations

1#D6D8E5
2#D7D9E4
3#D8D9E4
4#D9DAE3
5#DADBE2
6#DBDBE1
7#DBDCE0
8#DCDDE0
9#DDDDDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EA
#E9EAF2
Light backgroundsTable row hoverSkeleton loading
200
D6D7
#D6D7E6
Secondary backgroundsInput backgroundsDividers
300
B6B9
#B6B9D3
BordersInactive statesPlaceholder text
400
8F95
#8F95BC
Disabled statesSecondary iconsMuted text
500
7076
#7076A9
Primary brand colorCTAsActive elementsLinks
600
545B
#545B8C
Hover statesFocus ringsPrimary buttons hover
700
4348
#434870
Active/pressed statesDark mode accentsSecondary text
800
3034
#303450
Text on light backgroundsHeadingsStrong borders
900
1F21
#1F2133
Primary textHigh emphasis contentDark headings
950
1315
#131520
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5F6F9;
  --lavender-100: #E9EAF2;
  --lavender-200: #D6D7E6;
  --lavender-300: #B6B9D3;
  --lavender-400: #8F95BC;
  --lavender-500: #7076A9;
  --lavender-600: #545B8C;
  --lavender-700: #434870;
  --lavender-800: #303450;
  --lavender-900: #1F2133;
  --lavender-950: #131520;
}
Generate More ShadesCreate PaletteConvert Color