Lavender

#DFEBFB

Blue

Color Codes

All color formats for development

HEX
#DFEBFB
RGB
rgb(223, 235, 251)
HSL
hsl(214, 78%, 93%)
OKLCH
oklch(0.936 0.025 255.6)
CMYK
cmyk(11%, 6%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DFEB
200
#C4DA
300
#97BE
400
#609C
500
#3380
600
#1965
700
#1450
800
#0E39
900
#0925
950
#0617

Shades

Darker variations

1#B5D1F6
2#8BB7F1
3#619DEB
4#3683E6
5#1A6AD3
6#1555A9
7#10407F
8#0A2A54
9#05152A

Tints

Lighter variations

1#E2EDFB
2#E6EFFC
3#E9F1FC
4#ECF3FD
5#EFF5FD
6#F2F7FD
7#F5F9FE
8#F9FBFE
9#FCFDFF

Tones

Muted variations

1#E1EBFA
2#E2ECF8
3#E3ECF7
4#E5ECF6
5#E6ECF4
6#E8ECF3
7#E9EDF1
8#EAEDF0
9#ECEDEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEB
#DFEBFB
Light backgroundsTable row hoverSkeleton loading
200
C4DA
#C4DAF8
Secondary backgroundsInput backgroundsDividers
300
97BE
#97BEF2
BordersInactive statesPlaceholder text
400
609C
#609CEB
Disabled statesSecondary iconsMuted text
500
3380
#3380E6
Primary brand colorCTAsActive elementsLinks
600
1965
#1965C8
Hover statesFocus ringsPrimary buttons hover
700
1450
#14509F
Active/pressed statesDark mode accentsSecondary text
800
0E39
#0E3971
Text on light backgroundsHeadingsStrong borders
900
0925
#092549
Primary textHigh emphasis contentDark headings
950
0617
#06172D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F7FD;
  --lavender-100: #DFEBFB;
  --lavender-200: #C4DAF8;
  --lavender-300: #97BEF2;
  --lavender-400: #609CEB;
  --lavender-500: #3380E6;
  --lavender-600: #1965C8;
  --lavender-700: #14509F;
  --lavender-800: #0E3971;
  --lavender-900: #092549;
  --lavender-950: #06172D;
}
Generate More ShadesCreate PaletteConvert Color