Lavender

#DFF4FB

Blue

Color Codes

All color formats for development

HEX
#DFF4FB
RGB
rgb(223, 244, 251)
HSL
hsl(195, 78%, 93%)
OKLCH
oklch(0.954 0.024 219.7)
CMYK
cmyk(11%, 3%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.14:1

AA AAA

On Black Background

18.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DFF4
200
#C4EB
300
#97DB
400
#60C9
500
#33B9
600
#199C
700
#147C
800
#0E59
900
#0939
950
#0623

Shades

Darker variations

1#B5E6F6
2#8BD7F1
3#61C9EB
4#36BAE6
5#1AA5D3
6#1584A9
7#10637F
8#0A4254
9#05212A

Tints

Lighter variations

1#E2F5FB
2#E6F6FC
3#E9F7FC
4#ECF8FD
5#EFFAFD
6#F2FBFD
7#F5FCFE
8#F9FDFE
9#FCFEFF

Tones

Muted variations

1#E1F3FA
2#E2F3F8
3#E3F2F7
4#E5F1F6
5#E6F1F4
6#E8F0F3
7#E9EFF1
8#EAEFF0
9#ECEEEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF4
#DFF4FB
Light backgroundsTable row hoverSkeleton loading
200
C4EB
#C4EBF8
Secondary backgroundsInput backgroundsDividers
300
97DB
#97DBF2
BordersInactive statesPlaceholder text
400
60C9
#60C9EB
Disabled statesSecondary iconsMuted text
500
33B9
#33B9E6
Primary brand colorCTAsActive elementsLinks
600
199C
#199CC8
Hover statesFocus ringsPrimary buttons hover
700
147C
#147C9F
Active/pressed statesDark mode accentsSecondary text
800
0E59
#0E5971
Text on light backgroundsHeadingsStrong borders
900
0939
#093949
Primary textHigh emphasis contentDark headings
950
0623
#06232D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FAFD;
  --lavender-100: #DFF4FB;
  --lavender-200: #C4EBF8;
  --lavender-300: #97DBF2;
  --lavender-400: #60C9EB;
  --lavender-500: #33B9E6;
  --lavender-600: #199CC8;
  --lavender-700: #147C9F;
  --lavender-800: #0E5971;
  --lavender-900: #093949;
  --lavender-950: #06232D;
}
Generate More ShadesCreate PaletteConvert Color