Lavender

#DADBE1

Blue

Color Codes

All color formats for development

HEX
#DADBE1
RGB
rgb(218, 219, 225)
HSL
hsl(231, 10%, 87%)
OKLCH
oklch(0.892 0.008 278.6)
CMYK
cmyk(3%, 3%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.38:1

AA AAA

On Black Background

15.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EBEC
200
#DBDC
300
#BEC0
400
#9DA0
500
#8184
600
#6568
700
#5053
800
#393B
900
#2526
950
#1718

Shades

Darker variations

1#C2C4CD
2#AAACB9
3#9194A5
4#797D91
5#64677A
6#505362
7#3C3E49
8#282931
9#141518

Tints

Lighter variations

1#DEDFE4
2#E2E3E7
3#E5E6EA
4#E9EAED
5#EDEDF0
6#F0F1F3
7#F4F4F6
8#F8F8F9
9#FBFBFC

Tones

Muted variations

1#DBDCE1
2#DBDCE1
3#DCDCE0
4#DCDCE0
5#DCDDE0
6#DDDDDF
7#DDDDDF
8#DDDDDF
9#DEDEDE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEC
#EBECEF
Light backgroundsTable row hoverSkeleton loading
200
DBDC
#DBDCE1
Secondary backgroundsInput backgroundsDividers
300
BEC0
#BEC0CA
BordersInactive statesPlaceholder text
400
9DA0
#9DA0AF
Disabled statesSecondary iconsMuted text
500
8184
#818498
Primary brand colorCTAsActive elementsLinks
600
6568
#65687B
Hover statesFocus ringsPrimary buttons hover
700
5053
#505362
Active/pressed statesDark mode accentsSecondary text
800
393B
#393B46
Text on light backgroundsHeadingsStrong borders
900
2526
#25262D
Primary textHigh emphasis contentDark headings
950
1718
#17181C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F7F7F8;
  --lavender-100: #EBECEF;
  --lavender-200: #DBDCE1;
  --lavender-300: #BEC0CA;
  --lavender-400: #9DA0AF;
  --lavender-500: #818498;
  --lavender-600: #65687B;
  --lavender-700: #505362;
  --lavender-800: #393B46;
  --lavender-900: #25262D;
  --lavender-950: #17181C;
}
Generate More ShadesCreate PaletteConvert Color