Lavender

#D9DBE2

Blue

Color Codes

All color formats for development

HEX
#D9DBE2
RGB
rgb(217, 219, 226)
HSL
hsl(227, 13%, 87%)
OKLCH
oklch(0.892 0.01 273.3)
CMYK
cmyk(4%, 3%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.38:1

AA AAA

On Black Background

15.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBEC
200
#DADB
300
#BDC0
400
#9A9F
500
#7D84
600
#6268
700
#4E53
800
#373B
900
#2326
950
#1618

Shades

Darker variations

1#C0C4CF
2#A7ACBC
3#8E94A8
4#757C95
5#61677D
6#4D5264
7#3A3E4B
8#272932
9#131519

Tints

Lighter variations

1#DDDFE5
2#E1E3E8
3#E5E6EB
4#E9EAEE
5#ECEDF1
6#F0F1F3
7#F4F4F6
8#F8F8F9
9#FBFBFC

Tones

Muted variations

1#DADCE2
2#DADCE1
3#DBDCE1
4#DBDCE0
5#DCDDE0
6#DCDDE0
7#DDDDDF
8#DDDDDF
9#DDDEDE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEC
#EBECEF
Light backgroundsTable row hoverSkeleton loading
200
DADB
#DADBE2
Secondary backgroundsInput backgroundsDividers
300
BDC0
#BDC0CC
BordersInactive statesPlaceholder text
400
9A9F
#9A9FB1
Disabled statesSecondary iconsMuted text
500
7D84
#7D849B
Primary brand colorCTAsActive elementsLinks
600
6268
#62687F
Hover statesFocus ringsPrimary buttons hover
700
4E53
#4E5365
Active/pressed statesDark mode accentsSecondary text
800
373B
#373B48
Text on light backgroundsHeadingsStrong borders
900
2326
#23262E
Primary textHigh emphasis contentDark headings
950
1618
#16181D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F7F8;
  --lavender-100: #EBECEF;
  --lavender-200: #DADBE2;
  --lavender-300: #BDC0CC;
  --lavender-400: #9A9FB1;
  --lavender-500: #7D849B;
  --lavender-600: #62687F;
  --lavender-700: #4E5365;
  --lavender-800: #373B48;
  --lavender-900: #23262E;
  --lavender-950: #16181D;
}
Generate More ShadesCreate PaletteConvert Color