Lavender

#DFFBF4

Cyan

Color Codes

All color formats for development

HEX
#DFFBF4
RGB
rgb(223, 251, 244)
HSL
hsl(165, 78%, 93%)
OKLCH
oklch(0.966 0.031 178.9)
CMYK
cmyk(11%, 0%, 3%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.09:1

AA AAA

On Black Background

19.24: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#B5F6E6
2#8BF1D7
3#61EBC9
4#36E6BA
5#1AD3A5
6#15A984
7#107F63
8#0A5442
9#052A21

Tints

Lighter variations

1#E2FBF5
2#E6FCF6
3#E9FCF7
4#ECFDF8
5#EFFDFA
6#F2FDFB
7#F5FEFC
8#F9FEFD
9#FCFFFE

Tones

Muted variations

1#E1FAF3
2#E2F8F3
3#E3F7F2
4#E5F6F1
5#E6F4F1
6#E8F3F0
7#E9F1EF
8#EAF0EF
9#ECEFEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF4
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8EB
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2DB
BordersInactive statesPlaceholder text
400
60EB
#60EBC9
Disabled statesSecondary iconsMuted text
500
33E6
#33E6B9
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C89C
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F7C
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7159
Text on light backgroundsHeadingsStrong borders
900
0949
#094939
Primary textHigh emphasis contentDark headings
950
062D
#062D23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FDFA;
  --lavender-100: #DFFBF4;
  --lavender-200: #C4F8EB;
  --lavender-300: #97F2DB;
  --lavender-400: #60EBC9;
  --lavender-500: #33E6B9;
  --lavender-600: #19C89C;
  --lavender-700: #149F7C;
  --lavender-800: #0E7159;
  --lavender-900: #094939;
  --lavender-950: #062D23;
}
Generate More ShadesCreate PaletteConvert Color