Lavender

#DADFE1

Blue

Color Codes

All color formats for development

HEX
#DADFE1
RGB
rgb(218, 223, 225)
HSL
hsl(197, 10%, 87%)
OKLCH
oklch(0.9 0.006 223.5)
CMYK
cmyk(3%, 1%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.34:1

AA AAA

On Black Background

15.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#EBEE
200
#DBDF
300
#BEC7
400
#9DAA
500
#8191
600
#6575
700
#505D
800
#3943
900
#252B
950
#171B

Shades

Darker variations

1#C2CACD
2#AAB5B9
3#91A0A5
4#798A91
5#64747A
6#505D62
7#3C4549
8#282E31
9#141718

Tints

Lighter variations

1#DEE2E4
2#E2E6E7
3#E5E9EA
4#E9ECED
5#EDEFF0
6#F0F2F3
7#F4F5F6
8#F8F9F9
9#FBFCFC

Tones

Muted variations

1#DBDFE1
2#DBDFE1
3#DCDFE0
4#DCDFE0
5#DCDFE0
6#DDDEDF
7#DDDEDF
8#DDDEDF
9#DEDEDE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F8
#F7F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEEF
Light backgroundsTable row hoverSkeleton loading
200
DBDF
#DBDFE1
Secondary backgroundsInput backgroundsDividers
300
BEC7
#BEC7CA
BordersInactive statesPlaceholder text
400
9DAA
#9DAAAF
Disabled statesSecondary iconsMuted text
500
8191
#819198
Primary brand colorCTAsActive elementsLinks
600
6575
#65757B
Hover statesFocus ringsPrimary buttons hover
700
505D
#505D62
Active/pressed statesDark mode accentsSecondary text
800
3943
#394346
Text on light backgroundsHeadingsStrong borders
900
252B
#252B2D
Primary textHigh emphasis contentDark headings
950
171B
#171B1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F7F8F8;
  --lavender-100: #EBEEEF;
  --lavender-200: #DBDFE1;
  --lavender-300: #BEC7CA;
  --lavender-400: #9DAAAF;
  --lavender-500: #819198;
  --lavender-600: #65757B;
  --lavender-700: #505D62;
  --lavender-800: #394346;
  --lavender-900: #252B2D;
  --lavender-950: #171B1C;
}
Generate More ShadesCreate PaletteConvert Color