Lavender

#DFF2FB

Blue

Color Codes

All color formats for development

HEX
#DFF2FB
RGB
rgb(223, 242, 251)
HSL
hsl(199, 78%, 93%)
OKLCH
oklch(0.95 0.023 227.7)
CMYK
cmyk(11%, 4%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.15:1

AA AAA

On Black Background

18.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DFF2
200
#C4E7
300
#97D5
400
#60BF
500
#33AD
600
#1990
700
#1473
800
#0E52
900
#0934
950
#0621

Shades

Darker variations

1#B5E1F6
2#8BD0F1
3#61BFEB
4#36AFE6
5#1A98D3
6#157AA9
7#105B7F
8#0A3D54
9#051E2A

Tints

Lighter variations

1#E2F4FB
2#E6F5FC
3#E9F6FC
4#ECF7FD
5#EFF9FD
6#F2FAFD
7#F5FBFE
8#F9FCFE
9#FCFEFF

Tones

Muted variations

1#E1F2FA
2#E2F1F8
3#E3F1F7
4#E5F0F6
5#E6F0F4
6#E8EFF3
7#E9EFF1
8#EAEEF0
9#ECEEEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF2
#DFF2FB
Light backgroundsTable row hoverSkeleton loading
200
C4E7
#C4E7F8
Secondary backgroundsInput backgroundsDividers
300
97D5
#97D5F2
BordersInactive statesPlaceholder text
400
60BF
#60BFEB
Disabled statesSecondary iconsMuted text
500
33AD
#33ADE6
Primary brand colorCTAsActive elementsLinks
600
1990
#1990C8
Hover statesFocus ringsPrimary buttons hover
700
1473
#14739F
Active/pressed statesDark mode accentsSecondary text
800
0E52
#0E5271
Text on light backgroundsHeadingsStrong borders
900
0934
#093449
Primary textHigh emphasis contentDark headings
950
0621
#06212D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FAFD;
  --lavender-100: #DFF2FB;
  --lavender-200: #C4E7F8;
  --lavender-300: #97D5F2;
  --lavender-400: #60BFEB;
  --lavender-500: #33ADE6;
  --lavender-600: #1990C8;
  --lavender-700: #14739F;
  --lavender-800: #0E5271;
  --lavender-900: #093449;
  --lavender-950: #06212D;
}
Generate More ShadesCreate PaletteConvert Color