Lavender

#D5DDE6

Blue

Color Codes

All color formats for development

HEX
#D5DDE6
RGB
rgb(213, 221, 230)
HSL
hsl(212, 25%, 87%)
OKLCH
oklch(0.894 0.015 251.2)
CMYK
cmyk(7%, 4%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.37:1

AA AAA

On Black Background

15.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E9ED
200
#D6DD
300
#B6C3
400
#8FA4
500
#708A
600
#546E
700
#4358
800
#303F
900
#1F28
950
#1319

Shades

Darker variations

1#BAC7D5
2#9EB0C5
3#829AB4
4#6783A4
5#536D8B
6#43576F
7#324153
8#212C37
9#11161C

Tints

Lighter variations

1#DAE1E9
2#DEE4EB
3#E2E7EE
4#E6EBF0
5#EAEEF3
6#EEF2F5
7#F3F5F8
8#F7F8FA
9#FBFCFD

Tones

Muted variations

1#D6DDE5
2#D7DDE4
3#D8DDE4
4#D9DEE3
5#DADEE2
6#DBDEE1
7#DBDEE0
8#DCDEE0
9#DDDEDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9ED
#E9EDF2
Light backgroundsTable row hoverSkeleton loading
200
D6DD
#D6DDE6
Secondary backgroundsInput backgroundsDividers
300
B6C3
#B6C3D3
BordersInactive statesPlaceholder text
400
8FA4
#8FA4BC
Disabled statesSecondary iconsMuted text
500
708A
#708AA9
Primary brand colorCTAsActive elementsLinks
600
546E
#546E8C
Hover statesFocus ringsPrimary buttons hover
700
4358
#435870
Active/pressed statesDark mode accentsSecondary text
800
303F
#303F50
Text on light backgroundsHeadingsStrong borders
900
1F28
#1F2833
Primary textHigh emphasis contentDark headings
950
1319
#131920
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5F7F9;
  --lavender-100: #E9EDF2;
  --lavender-200: #D6DDE6;
  --lavender-300: #B6C3D3;
  --lavender-400: #8FA4BC;
  --lavender-500: #708AA9;
  --lavender-600: #546E8C;
  --lavender-700: #435870;
  --lavender-800: #303F50;
  --lavender-900: #1F2833;
  --lavender-950: #131920;
}
Generate More ShadesCreate PaletteConvert Color