Lavender

#D7D9E5

Blue

Color Codes

All color formats for development

HEX
#D7D9E5
RGB
rgb(215, 217, 229)
HSL
hsl(231, 21%, 87%)
OKLCH
oklch(0.887 0.017 278.5)
CMYK
cmyk(6%, 5%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.41:1

AA AAA

On Black Background

14.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9EB
200
#D7D9
300
#B8BC
400
#9399
500
#747B
600
#5960
700
#474C
800
#3236
900
#2023
950
#1416

Shades

Darker variations

1#BCC0D3
2#A1A6C2
3#868DB0
4#6C739F
5#585F86
6#464C6B
7#353951
8#232636
9#12131B

Tints

Lighter variations

1#DBDDE7
2#DFE1EA
3#E3E4ED
4#E7E8EF
5#EBECF2
6#EFF0F5
7#F3F4F7
8#F7F7FA
9#FBFBFC

Tones

Muted variations

1#D8D9E4
2#D8DAE3
3#D9DAE3
4#DADBE2
5#DADBE1
6#DBDCE1
7#DCDCE0
8#DCDDDF
9#DDDDDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF1
Light backgroundsTable row hoverSkeleton loading
200
D7D9
#D7D9E5
Secondary backgroundsInput backgroundsDividers
300
B8BC
#B8BCD1
BordersInactive statesPlaceholder text
400
9399
#9399B8
Disabled statesSecondary iconsMuted text
500
747B
#747BA4
Primary brand colorCTAsActive elementsLinks
600
5960
#596088
Hover statesFocus ringsPrimary buttons hover
700
474C
#474C6C
Active/pressed statesDark mode accentsSecondary text
800
3236
#32364D
Text on light backgroundsHeadingsStrong borders
900
2023
#202331
Primary textHigh emphasis contentDark headings
950
1416
#14161F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F6F9;
  --lavender-100: #E9EBF1;
  --lavender-200: #D7D9E5;
  --lavender-300: #B8BCD1;
  --lavender-400: #9399B8;
  --lavender-500: #747BA4;
  --lavender-600: #596088;
  --lavender-700: #474C6C;
  --lavender-800: #32364D;
  --lavender-900: #202331;
  --lavender-950: #14161F;
}
Generate More ShadesCreate PaletteConvert Color