Lavender

#D5E0E7

Blue

Color Codes

All color formats for development

HEX
#D5E0E7
RGB
rgb(213, 224, 231)
HSL
hsl(203, 27%, 87%)
OKLCH
oklch(0.9 0.015 235.4)
CMYK
cmyk(8%, 3%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.34:1

AA AAA

On Black Background

15.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8EE
200
#D5E0
300
#B5C8
400
#8EAB
500
#6D93
600
#5277
700
#415F
800
#2F44
900
#1E2B
950
#131B

Shades

Darker variations

1#B9CBD7
2#9DB6C6
3#80A2B6
4#648DA6
5#51768D
6#415E71
7#314755
8#202F38
9#10181C

Tints

Lighter variations

1#D9E3E9
2#DDE6EC
3#E2E9EE
4#E6ECF0
5#EAEFF3
6#EEF3F5
7#F2F6F8
8#F7F9FA
9#FBFCFD

Tones

Muted variations

1#D6E0E6
2#D7E0E5
3#D8DFE4
4#D8DFE3
5#D9DFE2
6#DADFE1
7#DBDEE1
8#DCDEE0
9#DDDEDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EE
#E8EEF2
Light backgroundsTable row hoverSkeleton loading
200
D5E0
#D5E0E7
Secondary backgroundsInput backgroundsDividers
300
B5C8
#B5C8D4
BordersInactive statesPlaceholder text
400
8EAB
#8EABBE
Disabled statesSecondary iconsMuted text
500
6D93
#6D93AB
Primary brand colorCTAsActive elementsLinks
600
5277
#52778E
Hover statesFocus ringsPrimary buttons hover
700
415F
#415F71
Active/pressed statesDark mode accentsSecondary text
800
2F44
#2F4451
Text on light backgroundsHeadingsStrong borders
900
1E2B
#1E2B34
Primary textHigh emphasis contentDark headings
950
131B
#131B20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5F8F9;
  --lavender-100: #E8EEF2;
  --lavender-200: #D5E0E7;
  --lavender-300: #B5C8D4;
  --lavender-400: #8EABBE;
  --lavender-500: #6D93AB;
  --lavender-600: #52778E;
  --lavender-700: #415F71;
  --lavender-800: #2F4451;
  --lavender-900: #1E2B34;
  --lavender-950: #131B20;
}
Generate More ShadesCreate PaletteConvert Color