Lavender

#DDE8FE

Blue

Color Codes

All color formats for development

HEX
#DDE8FE
RGB
rgb(221, 232, 254)
HSL
hsl(220, 94%, 93%)
OKLCH
oklch(0.929 0.032 264.4)
CMYK
cmyk(13%, 9%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.23:1

AA AAA

On Black Background

17.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DCE8
200
#BFD3
300
#8DB2
400
#528A
500
#2068
600
#074D
700
#053D
800
#042C
900
#021C
950
#0212

Shades

Darker variations

1#AEC8FD
2#80A9FB
3#528AFA
4#246BF8
5#0751E6
6#0641B8
7#04318A
8#03215C
9#01102E

Tints

Lighter variations

1#E0EAFE
2#E3ECFE
3#E7EFFE
4#EAF1FE
5#EEF3FE
6#F1F6FF
7#F5F8FF
8#F8FAFF
9#FCFDFF

Tones

Muted variations

1#DEE8FC
2#E0E9FB
3#E1E9F9
4#E3EAF7
5#E5EAF6
6#E6EBF4
7#E8EBF2
8#EAECF1
9#EBEDEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE8
#DCE8FE
Light backgroundsTable row hoverSkeleton loading
200
BFD3
#BFD3FD
Secondary backgroundsInput backgroundsDividers
300
8DB2
#8DB2FB
BordersInactive statesPlaceholder text
400
528A
#528AFA
Disabled statesSecondary iconsMuted text
500
2068
#2068F8
Primary brand colorCTAsActive elementsLinks
600
074D
#074DDA
Hover statesFocus ringsPrimary buttons hover
700
053D
#053DAD
Active/pressed statesDark mode accentsSecondary text
800
042C
#042C7C
Text on light backgroundsHeadingsStrong borders
900
021C
#021C4F
Primary textHigh emphasis contentDark headings
950
0212
#021231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F5FF;
  --lavender-100: #DCE8FE;
  --lavender-200: #BFD3FD;
  --lavender-300: #8DB2FB;
  --lavender-400: #528AFA;
  --lavender-500: #2068F8;
  --lavender-600: #074DDA;
  --lavender-700: #053DAD;
  --lavender-800: #042C7C;
  --lavender-900: #021C4F;
  --lavender-950: #021231;
}
Generate More ShadesCreate PaletteConvert Color