Lavender

#D0D5EB

Blue

Color Codes

All color formats for development

HEX
#D0D5EB
RGB
rgb(208, 213, 235)
HSL
hsl(229, 40%, 87%)
OKLCH
oklch(0.876 0.031 275.6)
CMYK
cmyk(11%, 9%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.46:1

AA AAA

On Black Background

14.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E6E9
200
#D1D5
300
#ADB5
400
#828F
500
#5E6F
600
#4354
700
#3643
800
#2630
900
#181E
950
#0F13

Shades

Darker variations

1#B2BADE
2#929ED0
3#7382C3
4#5466B6
5#43539B
6#35427C
7#28325D
8#1B213E
9#0D111F

Tints

Lighter variations

1#D5DAED
2#DADEEF
3#DFE2F1
4#E3E6F3
5#E8EAF5
6#ECEEF7
7#F1F3F9
8#F6F7FB
9#FAFBFD

Tones

Muted variations

1#D2D6EA
2#D3D7E8
3#D5D8E7
4#D6D9E6
5#D7DAE4
6#D9DAE3
7#DADBE2
8#DBDCE1
9#DDDDDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E6E9
#E6E9F4
Light backgroundsTable row hoverSkeleton loading
200
D1D5
#D1D5EB
Secondary backgroundsInput backgroundsDividers
300
ADB5
#ADB5DC
BordersInactive statesPlaceholder text
400
828F
#828FC9
Disabled statesSecondary iconsMuted text
500
5E6F
#5E6FBA
Primary brand colorCTAsActive elementsLinks
600
4354
#43549D
Hover statesFocus ringsPrimary buttons hover
700
3643
#36437D
Active/pressed statesDark mode accentsSecondary text
800
2630
#263059
Text on light backgroundsHeadingsStrong borders
900
181E
#181E39
Primary textHigh emphasis contentDark headings
950
0F13
#0F1324
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F5FA;
  --lavender-100: #E6E9F4;
  --lavender-200: #D1D5EB;
  --lavender-300: #ADB5DC;
  --lavender-400: #828FC9;
  --lavender-500: #5E6FBA;
  --lavender-600: #43549D;
  --lavender-700: #36437D;
  --lavender-800: #263059;
  --lavender-900: #181E39;
  --lavender-950: #0F1324;
}
Generate More ShadesCreate PaletteConvert Color