Lavender

#D0E1EB

Blue

Color Codes

All color formats for development

HEX
#D0E1EB
RGB
rgb(208, 225, 235)
HSL
hsl(202, 40%, 87%)
OKLCH
oklch(0.9 0.023 233.4)
CMYK
cmyk(11%, 4%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.34:1

AA AAA

On Black Background

15.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E6EF
200
#D1E1
300
#ADCB
400
#82AF
500
#5E98
600
#437C
700
#3663
800
#2647
900
#182D
950
#0F1C

Shades

Darker variations

1#B2CEDE
2#92BAD0
3#73A6C3
4#5492B6
5#437B9B
6#35627C
7#284A5D
8#1B313E
9#0D191F

Tints

Lighter variations

1#D5E4ED
2#DAE7EF
3#DFEAF1
4#E3EDF3
5#E8F0F5
6#ECF3F7
7#F1F6F9
8#F6F9FB
9#FAFCFD

Tones

Muted variations

1#D2E1EA
2#D3E1E8
3#D5E0E7
4#D6E0E6
5#D7E0E4
6#D9DFE3
7#DADFE2
8#DBDFE1
9#DDDEDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E6EF
#E6EFF4
Light backgroundsTable row hoverSkeleton loading
200
D1E1
#D1E1EB
Secondary backgroundsInput backgroundsDividers
300
ADCB
#ADCBDC
BordersInactive statesPlaceholder text
400
82AF
#82AFC9
Disabled statesSecondary iconsMuted text
500
5E98
#5E98BA
Primary brand colorCTAsActive elementsLinks
600
437C
#437C9D
Hover statesFocus ringsPrimary buttons hover
700
3663
#36637D
Active/pressed statesDark mode accentsSecondary text
800
2647
#264759
Text on light backgroundsHeadingsStrong borders
900
182D
#182D39
Primary textHigh emphasis contentDark headings
950
0F1C
#0F1C24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F8FA;
  --lavender-100: #E6EFF4;
  --lavender-200: #D1E1EB;
  --lavender-300: #ADCBDC;
  --lavender-400: #82AFC9;
  --lavender-500: #5E98BA;
  --lavender-600: #437C9D;
  --lavender-700: #36637D;
  --lavender-800: #264759;
  --lavender-900: #182D39;
  --lavender-950: #0F1C24;
}
Generate More ShadesCreate PaletteConvert Color