Lavender

#DFFBF8

Cyan

Color Codes

All color formats for development

HEX
#DFFBF8
RGB
rgb(223, 251, 248)
HSL
hsl(174, 78%, 93%)
OKLCH
oklch(0.967 0.029 188.9)
CMYK
cmyk(11%, 0%, 1%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.09:1

AA AAA

On Black Background

19.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#B5F6EF
2#8BF1E6
3#61EBDE
4#36E6D5
5#1AD3C1
6#15A99A
7#107F74
8#0A544D
9#052A27

Tints

Lighter variations

1#E2FBF9
2#E6FCFA
3#E9FCFA
4#ECFDFB
5#EFFDFC
6#F2FDFC
7#F5FEFD
8#F9FEFE
9#FCFFFE

Tones

Muted variations

1#E1FAF7
2#E2F8F6
3#E3F7F5
4#E5F6F4
5#E6F4F3
6#E8F3F2
7#E9F1F0
8#EAF0EF
9#ECEFEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF8
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8F3
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2E9
BordersInactive statesPlaceholder text
400
60EB
#60EBDD
Disabled statesSecondary iconsMuted text
500
33E6
#33E6D4
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C8B6
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F91
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7168
Text on light backgroundsHeadingsStrong borders
900
0949
#094942
Primary textHigh emphasis contentDark headings
950
062D
#062D29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FDFC;
  --lavender-100: #DFFBF8;
  --lavender-200: #C4F8F3;
  --lavender-300: #97F2E9;
  --lavender-400: #60EBDD;
  --lavender-500: #33E6D4;
  --lavender-600: #19C8B6;
  --lavender-700: #149F91;
  --lavender-800: #0E7168;
  --lavender-900: #094942;
  --lavender-950: #062D29;
}
Generate More ShadesCreate PaletteConvert Color