Lavender

#D1DEEB

Blue

Color Codes

All color formats for development

HEX
#D1DEEB
RGB
rgb(209, 222, 235)
HSL
hsl(210, 39%, 87%)
OKLCH
oklch(0.895 0.023 248.1)
CMYK
cmyk(11%, 6%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.37:1

AA AAA

On Black Background

15.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E6ED
200
#D1DE
300
#ADC4
400
#83A6
500
#5F8C
600
#4470
700
#3659
800
#2740
900
#1929
950
#101A

Shades

Darker variations

1#B2C8DD
2#93B1D0
3#749BC2
4#5685B5
5#446F9A
6#36597B
7#29435D
8#1B2C3E
9#0E161F

Tints

Lighter variations

1#D6E1ED
2#DAE4EF
3#DFE8F1
4#E3EBF3
5#E8EEF5
6#EDF2F7
7#F1F5F9
8#F6F8FB
9#FAFCFD

Tones

Muted variations

1#D2DEE9
2#D4DEE8
3#D5DEE7
4#D6DEE6
5#D7DEE4
6#D9DEE3
7#DADEE2
8#DBDEE0
9#DDDEDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E6ED
#E6EDF4
Light backgroundsTable row hoverSkeleton loading
200
D1DE
#D1DEEB
Secondary backgroundsInput backgroundsDividers
300
ADC4
#ADC4DB
BordersInactive statesPlaceholder text
400
83A6
#83A6C9
Disabled statesSecondary iconsMuted text
500
5F8C
#5F8CB9
Primary brand colorCTAsActive elementsLinks
600
4470
#44709C
Hover statesFocus ringsPrimary buttons hover
700
3659
#36597C
Active/pressed statesDark mode accentsSecondary text
800
2740
#274059
Text on light backgroundsHeadingsStrong borders
900
1929
#192939
Primary textHigh emphasis contentDark headings
950
101A
#101A23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F7FA;
  --lavender-100: #E6EDF4;
  --lavender-200: #D1DEEB;
  --lavender-300: #ADC4DB;
  --lavender-400: #83A6C9;
  --lavender-500: #5F8CB9;
  --lavender-600: #44709C;
  --lavender-700: #36597C;
  --lavender-800: #274059;
  --lavender-900: #192939;
  --lavender-950: #101A23;
}
Generate More ShadesCreate PaletteConvert Color