Lavender

#D7D8E5

Blue

Color Codes

All color formats for development

HEX
#D7D8E5
RGB
rgb(215, 216, 229)
HSL
hsl(236, 21%, 87%)
OKLCH
oklch(0.885 0.018 282.5)
CMYK
cmyk(6%, 6%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.41:1

AA AAA

On Black Background

14.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9EA
200
#D7D8
300
#B8BA
400
#9396
500
#7477
600
#595C
700
#4749
800
#3234
900
#2021
950
#1415

Shades

Darker variations

1#BCBED3
2#A1A3C2
3#8689B0
4#6C6F9F
5#585B86
6#46496B
7#353651
8#232436
9#12121B

Tints

Lighter variations

1#DBDCE7
2#DFE0EA
3#E3E4ED
4#E7E7EF
5#EBEBF2
6#EFEFF5
7#F3F3F7
8#F7F7FA
9#FBFBFC

Tones

Muted variations

1#D8D8E4
2#D8D9E3
3#D9DAE3
4#DADAE2
5#DADBE1
6#DBDBE1
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
E9EA
#E9EAF1
Light backgroundsTable row hoverSkeleton loading
200
D7D8
#D7D8E5
Secondary backgroundsInput backgroundsDividers
300
B8BA
#B8BAD1
BordersInactive statesPlaceholder text
400
9396
#9396B8
Disabled statesSecondary iconsMuted text
500
7477
#7477A4
Primary brand colorCTAsActive elementsLinks
600
595C
#595C88
Hover statesFocus ringsPrimary buttons hover
700
4749
#47496C
Active/pressed statesDark mode accentsSecondary text
800
3234
#32344D
Text on light backgroundsHeadingsStrong borders
900
2021
#202131
Primary textHigh emphasis contentDark headings
950
1415
#14151F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F6F9;
  --lavender-100: #E9EAF1;
  --lavender-200: #D7D8E5;
  --lavender-300: #B8BAD1;
  --lavender-400: #9396B8;
  --lavender-500: #7477A4;
  --lavender-600: #595C88;
  --lavender-700: #47496C;
  --lavender-800: #32344D;
  --lavender-900: #202131;
  --lavender-950: #14151F;
}
Generate More ShadesCreate PaletteConvert Color