Lavender

#DCF1FE

Blue

Color Codes

All color formats for development

HEX
#DCF1FE
RGB
rgb(220, 241, 254)
HSL
hsl(203, 94%, 93%)
OKLCH
oklch(0.947 0.028 234.8)
CMYK
cmyk(13%, 5%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.16:1

AA AAA

On Black Background

18.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DCF1
200
#BFE5
300
#8DD1
400
#52B9
500
#20A5
600
#0789
700
#056D
800
#044E
900
#0232
950
#021F

Shades

Darker variations

1#AEDFFD
2#80CCFB
3#52BAFA
4#24A7F8
5#0791E6
6#0674B8
7#04578A
8#033A5C
9#011D2E

Tints

Lighter variations

1#E0F2FE
2#E3F4FE
3#E7F5FE
4#EAF7FE
5#EEF8FE
6#F1F9FF
7#F5FBFF
8#F8FCFF
9#FCFEFF

Tones

Muted variations

1#DEF1FC
2#E0F0FB
3#E1F0F9
4#E3EFF7
5#E5EFF6
6#E6EFF4
7#E8EEF2
8#EAEEF1
9#EBEEEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FF
BackgroundsSubtle highlightsCard backgrounds
100
DCF1
#DCF1FE
Light backgroundsTable row hoverSkeleton loading
200
BFE5
#BFE5FD
Secondary backgroundsInput backgroundsDividers
300
8DD1
#8DD1FB
BordersInactive statesPlaceholder text
400
52B9
#52B9FA
Disabled statesSecondary iconsMuted text
500
20A5
#20A5F8
Primary brand colorCTAsActive elementsLinks
600
0789
#0789DA
Hover statesFocus ringsPrimary buttons hover
700
056D
#056DAD
Active/pressed statesDark mode accentsSecondary text
800
044E
#044E7C
Text on light backgroundsHeadingsStrong borders
900
0232
#02324F
Primary textHigh emphasis contentDark headings
950
021F
#021F31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F9FF;
  --lavender-100: #DCF1FE;
  --lavender-200: #BFE5FD;
  --lavender-300: #8DD1FB;
  --lavender-400: #52B9FA;
  --lavender-500: #20A5F8;
  --lavender-600: #0789DA;
  --lavender-700: #056DAD;
  --lavender-800: #044E7C;
  --lavender-900: #02324F;
  --lavender-950: #021F31;
}
Generate More ShadesCreate PaletteConvert Color