Lavender

#D6E1E6

Blue

Color Codes

All color formats for development

HEX
#D6E1E6
RGB
rgb(214, 225, 230)
HSL
hsl(199, 24%, 87%)
OKLCH
oklch(0.903 0.014 226.6)
CMYK
cmyk(7%, 2%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.33:1

AA AAA

On Black Background

15.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EF
200
#D6E1
300
#B6CA
400
#90AE
500
#7196
600
#557A
700
#4461
800
#3045
900
#1F2C
950
#131C

Shades

Darker variations

1#BACDD5
2#9FB8C4
3#83A4B3
4#6890A2
5#54798A
6#43616E
7#334853
8#223037
9#11181C

Tints

Lighter variations

1#DAE4E8
2#DEE7EB
3#E2EAED
4#E6EDF0
5#EAF0F2
6#EFF3F5
7#F3F6F7
8#F7F9FA
9#FBFCFC

Tones

Muted variations

1#D7E0E5
2#D7E0E4
3#D8E0E3
4#D9E0E3
5#DADFE2
6#DBDFE1
7#DBDFE0
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
D6E1
#D6E1E6
Secondary backgroundsInput backgroundsDividers
300
B6CA
#B6CAD2
BordersInactive statesPlaceholder text
400
90AE
#90AEBB
Disabled statesSecondary iconsMuted text
500
7196
#7196A8
Primary brand colorCTAsActive elementsLinks
600
557A
#557A8B
Hover statesFocus ringsPrimary buttons hover
700
4461
#44616F
Active/pressed statesDark mode accentsSecondary text
800
3045
#30454F
Text on light backgroundsHeadingsStrong borders
900
1F2C
#1F2C33
Primary textHigh emphasis contentDark headings
950
131C
#131C20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F8F9;
  --lavender-100: #E9EFF1;
  --lavender-200: #D6E1E6;
  --lavender-300: #B6CAD2;
  --lavender-400: #90AEBB;
  --lavender-500: #7196A8;
  --lavender-600: #557A8B;
  --lavender-700: #44616F;
  --lavender-800: #30454F;
  --lavender-900: #1F2C33;
  --lavender-950: #131C20;
}
Generate More ShadesCreate PaletteConvert Color