Lavender

#D0D1EB

Blue

Color Codes

All color formats for development

HEX
#D0D1EB
RGB
rgb(208, 209, 235)
HSL
hsl(238, 40%, 87%)
OKLCH
oklch(0.868 0.036 283.9)
CMYK
cmyk(11%, 11%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.50:1

AA AAA

On Black Background

14.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E6E6
200
#D1D1
300
#ADAE
400
#8284
500
#5E61
600
#4346
700
#3638
800
#2628
900
#181A
950
#0F10

Shades

Darker variations

1#B2B3DE
2#9295D0
3#7376C3
4#5458B6
5#43469B
6#35387C
7#282A5D
8#1B1C3E
9#0D0E1F

Tints

Lighter variations

1#D5D6ED
2#DADBEF
3#DFDFF1
4#E3E4F3
5#E8E8F5
6#ECEDF7
7#F1F1F9
8#F6F6FB
9#FAFAFD

Tones

Muted variations

1#D2D3EA
2#D3D4E8
3#D5D5E7
4#D6D6E6
5#D7D8E4
6#D9D9E3
7#DADAE2
8#DBDBE1
9#DDDDDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FA
BackgroundsSubtle highlightsCard backgrounds
100
E6E6
#E6E6F4
Light backgroundsTable row hoverSkeleton loading
200
D1D1
#D1D1EB
Secondary backgroundsInput backgroundsDividers
300
ADAE
#ADAEDC
BordersInactive statesPlaceholder text
400
8284
#8284C9
Disabled statesSecondary iconsMuted text
500
5E61
#5E61BA
Primary brand colorCTAsActive elementsLinks
600
4346
#43469D
Hover statesFocus ringsPrimary buttons hover
700
3638
#36387D
Active/pressed statesDark mode accentsSecondary text
800
2628
#262859
Text on light backgroundsHeadingsStrong borders
900
181A
#181A39
Primary textHigh emphasis contentDark headings
950
0F10
#0F1024
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F4FA;
  --lavender-100: #E6E6F4;
  --lavender-200: #D1D1EB;
  --lavender-300: #ADAEDC;
  --lavender-400: #8284C9;
  --lavender-500: #5E61BA;
  --lavender-600: #43469D;
  --lavender-700: #36387D;
  --lavender-800: #262859;
  --lavender-900: #181A39;
  --lavender-950: #0F1024;
}
Generate More ShadesCreate PaletteConvert Color