Lavender

#D7E1E5

Blue

Color Codes

All color formats for development

HEX
#D7E1E5
RGB
rgb(215, 225, 229)
HSL
hsl(197, 21%, 87%)
OKLCH
oklch(0.903 0.012 223.5)
CMYK
cmyk(6%, 2%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.33:1

AA AAA

On Black Background

15.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EF
200
#D7E1
300
#B8CA
400
#93AE
500
#7497
600
#597A
700
#4761
800
#3246
900
#202D
950
#141C

Shades

Darker variations

1#BCCDD3
2#A1B9C2
3#86A4B0
4#6C909F
5#587986
6#46616B
7#354951
8#233036
9#12181B

Tints

Lighter variations

1#DBE4E7
2#DFE7EA
3#E3EAED
4#E7EDEF
5#EBF0F2
6#EFF3F5
7#F3F6F7
8#F7F9FA
9#FBFCFC

Tones

Muted variations

1#D8E1E4
2#D8E0E3
3#D9E0E3
4#DAE0E2
5#DADFE1
6#DBDFE1
7#DCDFE0
8#DCDEDF
9#DDDEDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EF
#E9EFF1
Light backgroundsTable row hoverSkeleton loading
200
D7E1
#D7E1E5
Secondary backgroundsInput backgroundsDividers
300
B8CA
#B8CAD1
BordersInactive statesPlaceholder text
400
93AE
#93AEB8
Disabled statesSecondary iconsMuted text
500
7497
#7497A4
Primary brand colorCTAsActive elementsLinks
600
597A
#597A88
Hover statesFocus ringsPrimary buttons hover
700
4761
#47616C
Active/pressed statesDark mode accentsSecondary text
800
3246
#32464D
Text on light backgroundsHeadingsStrong borders
900
202D
#202D31
Primary textHigh emphasis contentDark headings
950
141C
#141C1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F8F9;
  --lavender-100: #E9EFF1;
  --lavender-200: #D7E1E5;
  --lavender-300: #B8CAD1;
  --lavender-400: #93AEB8;
  --lavender-500: #7497A4;
  --lavender-600: #597A88;
  --lavender-700: #47616C;
  --lavender-800: #32464D;
  --lavender-900: #202D31;
  --lavender-950: #141C1F;
}
Generate More ShadesCreate PaletteConvert Color