Lavender

#DDEBFD

Blue

Color Codes

All color formats for development

HEX
#DDEBFD
RGB
rgb(221, 235, 253)
HSL
hsl(214, 89%, 93%)
OKLCH
oklch(0.935 0.029 254.7)
CMYK
cmyk(13%, 7%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DDEB
200
#C0DA
300
#90BD
400
#569B
500
#267F
600
#0C63
700
#0A4F
800
#0738
900
#0424
950
#0316

Shades

Darker variations

1#B0D1FA
2#84B6F8
3#579BF5
4#2A81F3
5#0D69E0
6#0A54B3
7#083F86
8#052A5A
9#03152D

Tints

Lighter variations

1#E1EDFD
2#E4EFFD
3#E7F1FE
4#EBF3FE
5#EEF5FE
6#F2F7FE
7#F5F9FE
8#F8FBFF
9#FCFDFF

Tones

Muted variations

1#DFEBFB
2#E0EBFA
3#E2ECF8
4#E4ECF7
5#E5ECF5
6#E7ECF4
7#E8EDF2
8#EAEDF0
9#ECEDEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEB
#DDEBFD
Light backgroundsTable row hoverSkeleton loading
200
C0DA
#C0DAFB
Secondary backgroundsInput backgroundsDividers
300
90BD
#90BDF9
BordersInactive statesPlaceholder text
400
569B
#569BF5
Disabled statesSecondary iconsMuted text
500
267F
#267FF2
Primary brand colorCTAsActive elementsLinks
600
0C63
#0C63D4
Hover statesFocus ringsPrimary buttons hover
700
0A4F
#0A4FA9
Active/pressed statesDark mode accentsSecondary text
800
0738
#073878
Text on light backgroundsHeadingsStrong borders
900
0424
#04244D
Primary textHigh emphasis contentDark headings
950
0316
#031630
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F6FE;
  --lavender-100: #DDEBFD;
  --lavender-200: #C0DAFB;
  --lavender-300: #90BDF9;
  --lavender-400: #569BF5;
  --lavender-500: #267FF2;
  --lavender-600: #0C63D4;
  --lavender-700: #0A4FA9;
  --lavender-800: #073878;
  --lavender-900: #04244D;
  --lavender-950: #031630;
}
Generate More ShadesCreate PaletteConvert Color