Lavender

#D7D7E5

Blue

Color Codes

All color formats for development

HEX
#D7D7E5
RGB
rgb(215, 215, 229)
HSL
hsl(240, 21%, 87%)
OKLCH
oklch(0.883 0.019 286)
CMYK
cmyk(6%, 6%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.42:1

AA AAA

On Black Background

14.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9E9
200
#D7D7
300
#B8B8
400
#9393
500
#7474
600
#5959
700
#4747
800
#3232
900
#2020
950
#1414

Shades

Darker variations

1#BCBCD3
2#A1A1C2
3#8686B0
4#6C6C9F
5#585886
6#46466B
7#353551
8#232336
9#12121B

Tints

Lighter variations

1#DBDBE7
2#DFDFEA
3#E3E3ED
4#E7E7EF
5#EBEBF2
6#EFEFF5
7#F3F3F7
8#F7F7FA
9#FBFBFC

Tones

Muted variations

1#D8D8E4
2#D8D8E3
3#D9D9E3
4#DADAE2
5#DADAE1
6#DBDBE1
7#DCDCE0
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
D7D7
#D7D7E5
Secondary backgroundsInput backgroundsDividers
300
B8B8
#B8B8D1
BordersInactive statesPlaceholder text
400
9393
#9393B8
Disabled statesSecondary iconsMuted text
500
7474
#7474A4
Primary brand colorCTAsActive elementsLinks
600
5959
#595988
Hover statesFocus ringsPrimary buttons hover
700
4747
#47476C
Active/pressed statesDark mode accentsSecondary text
800
3232
#32324D
Text on light backgroundsHeadingsStrong borders
900
2020
#202031
Primary textHigh emphasis contentDark headings
950
1414
#14141F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F6F9;
  --lavender-100: #E9E9F1;
  --lavender-200: #D7D7E5;
  --lavender-300: #B8B8D1;
  --lavender-400: #9393B8;
  --lavender-500: #7474A4;
  --lavender-600: #595988;
  --lavender-700: #47476C;
  --lavender-800: #32324D;
  --lavender-900: #202031;
  --lavender-950: #14141F;
}
Generate More ShadesCreate PaletteConvert Color