Lavender

#DFF6FB

Cyan

Color Codes

All color formats for development

HEX
#DFF6FB
RGB
rgb(223, 246, 251)
HSL
hsl(191, 78%, 93%)
OKLCH
oklch(0.958 0.025 212.2)
CMYK
cmyk(11%, 2%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.12:1

AA AAA

On Black Background

18.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DFF6
200
#C4EE
300
#97E1
400
#60D2
500
#33C5
600
#19A8
700
#1485
800
#0E5F
900
#093D
950
#0626

Shades

Darker variations

1#B5EAF6
2#8BDEF1
3#61D2EB
4#36C6E6
5#1AB1D3
6#158EA9
7#106A7F
8#0A4754
9#05232A

Tints

Lighter variations

1#E2F7FB
2#E6F8FC
3#E9F9FC
4#ECFAFD
5#EFFAFD
6#F2FBFD
7#F5FCFE
8#F9FDFE
9#FCFEFF

Tones

Muted variations

1#E1F5FA
2#E2F4F8
3#E3F3F7
4#E5F2F6
5#E6F2F4
6#E8F1F3
7#E9F0F1
8#EAEFF0
9#ECEEEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF6
#DFF6FB
Light backgroundsTable row hoverSkeleton loading
200
C4EE
#C4EEF8
Secondary backgroundsInput backgroundsDividers
300
97E1
#97E1F2
BordersInactive statesPlaceholder text
400
60D2
#60D2EB
Disabled statesSecondary iconsMuted text
500
33C5
#33C5E6
Primary brand colorCTAsActive elementsLinks
600
19A8
#19A8C8
Hover statesFocus ringsPrimary buttons hover
700
1485
#14859F
Active/pressed statesDark mode accentsSecondary text
800
0E5F
#0E5F71
Text on light backgroundsHeadingsStrong borders
900
093D
#093D49
Primary textHigh emphasis contentDark headings
950
0626
#06262D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FBFD;
  --lavender-100: #DFF6FB;
  --lavender-200: #C4EEF8;
  --lavender-300: #97E1F2;
  --lavender-400: #60D2EB;
  --lavender-500: #33C5E6;
  --lavender-600: #19A8C8;
  --lavender-700: #14859F;
  --lavender-800: #0E5F71;
  --lavender-900: #093D49;
  --lavender-950: #06262D;
}
Generate More ShadesCreate PaletteConvert Color