Lavender

#D6D7E6

Blue

Color Codes

All color formats for development

HEX
#D6D7E6
RGB
rgb(214, 215, 230)
HSL
hsl(236, 24%, 87%)
OKLCH
oklch(0.883 0.021 282.9)
CMYK
cmyk(7%, 7%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.43:1

AA AAA

On Black Background

14.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9E9
200
#D6D7
300
#B6B8
400
#9093
500
#7174
600
#5559
700
#4447
800
#3032
900
#1F20
950
#1314

Shades

Darker variations

1#BABCD5
2#9FA1C4
3#8387B3
4#686CA2
5#54588A
6#43466E
7#333553
8#222337
9#11121C

Tints

Lighter variations

1#DADBE8
2#DEDFEB
3#E2E3ED
4#E6E7F0
5#EAEBF2
6#EFEFF5
7#F3F3F7
8#F7F7FA
9#FBFBFC

Tones

Muted variations

1#D7D8E5
2#D7D8E4
3#D8D9E3
4#D9DAE3
5#DADAE2
6#DBDBE1
7#DBDCE0
8#DCDCDF
9#DDDDDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9E9
#E9E9F1
Light backgroundsTable row hoverSkeleton loading
200
D6D7
#D6D7E6
Secondary backgroundsInput backgroundsDividers
300
B6B8
#B6B8D2
BordersInactive statesPlaceholder text
400
9093
#9093BB
Disabled statesSecondary iconsMuted text
500
7174
#7174A8
Primary brand colorCTAsActive elementsLinks
600
5559
#55598B
Hover statesFocus ringsPrimary buttons hover
700
4447
#44476F
Active/pressed statesDark mode accentsSecondary text
800
3032
#30324F
Text on light backgroundsHeadingsStrong borders
900
1F20
#1F2033
Primary textHigh emphasis contentDark headings
950
1314
#131420
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F6F9;
  --lavender-100: #E9E9F1;
  --lavender-200: #D6D7E6;
  --lavender-300: #B6B8D2;
  --lavender-400: #9093BB;
  --lavender-500: #7174A8;
  --lavender-600: #55598B;
  --lavender-700: #44476F;
  --lavender-800: #30324F;
  --lavender-900: #1F2033;
  --lavender-950: #131420;
}
Generate More ShadesCreate PaletteConvert Color