Lavender

#DEEAFD

Blue

Color Codes

All color formats for development

HEX
#DEEAFD
RGB
rgb(222, 234, 253)
HSL
hsl(217, 89%, 93%)
OKLCH
oklch(0.934 0.029 259.6)
CMYK
cmyk(12%, 8%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DDE9
200
#C0D7
300
#90B8
400
#5693
500
#2674
600
#0C59
700
#0A47
800
#0733
900
#0420
950
#0314

Shades

Darker variations

1#B0CDFA
2#84B0F8
3#5794F5
4#2A77F3
5#0D5EE0
6#0A4BB3
7#083886
8#05265A
9#03132D

Tints

Lighter variations

1#E1ECFD
2#E4EEFD
3#E7F0FE
4#EBF2FE
5#EEF4FE
6#F2F6FE
7#F5F9FE
8#F8FBFF
9#FCFDFF

Tones

Muted variations

1#DFEAFB
2#E0EAFA
3#E2EBF8
4#E4EBF7
5#E5EBF5
6#E7ECF4
7#E8ECF2
8#EAECF0
9#ECEDEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FD
Light backgroundsTable row hoverSkeleton loading
200
C0D7
#C0D7FB
Secondary backgroundsInput backgroundsDividers
300
90B8
#90B8F9
BordersInactive statesPlaceholder text
400
5693
#5693F5
Disabled statesSecondary iconsMuted text
500
2674
#2674F2
Primary brand colorCTAsActive elementsLinks
600
0C59
#0C59D4
Hover statesFocus ringsPrimary buttons hover
700
0A47
#0A47A9
Active/pressed statesDark mode accentsSecondary text
800
0733
#073378
Text on light backgroundsHeadingsStrong borders
900
0420
#04204D
Primary textHigh emphasis contentDark headings
950
0314
#031430
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F6FE;
  --lavender-100: #DDE9FD;
  --lavender-200: #C0D7FB;
  --lavender-300: #90B8F9;
  --lavender-400: #5693F5;
  --lavender-500: #2674F2;
  --lavender-600: #0C59D4;
  --lavender-700: #0A47A9;
  --lavender-800: #073378;
  --lavender-900: #04204D;
  --lavender-950: #031430;
}
Generate More ShadesCreate PaletteConvert Color