Lavender

#DFFCF8

Cyan

Color Codes

All color formats for development

HEX
#DFFCF8
RGB
rgb(223, 252, 248)
HSL
hsl(172, 83%, 93%)
OKLCH
oklch(0.969 0.031 186.6)
CMYK
cmyk(12%, 0%, 2%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.08:1

AA AAA

On Black Background

19.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2F9
300
#94F5
400
#5CF0
500
#2DEB
600
#13CD
700
#0FA3
800
#0B75
900
#074B
950
#042F

Shades

Darker variations

1#B3F8EF
2#88F4E5
3#5CF0DC
4#31ECD3
5#14D9BF
6#10AE99
7#0C8272
8#08574C
9#042B26

Tints

Lighter variations

1#E2FCF9
2#E5FDF9
3#E8FDFA
4#EBFDFB
5#EFFDFC
6#F2FEFC
7#F5FEFD
8#F8FEFE
9#FCFFFE

Tones

Muted variations

1#E0FAF7
2#E1F9F6
3#E3F8F5
4#E4F6F4
5#E6F5F3
6#E7F3F1
7#E9F2F0
8#EAF0EF
9#ECEFEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF8
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9F2
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5E8
BordersInactive statesPlaceholder text
400
5CF0
#5CF0DC
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBD2
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CDB4
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA390
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7567
Text on light backgroundsHeadingsStrong borders
900
074B
#074B42
Primary textHigh emphasis contentDark headings
950
042F
#042F29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FEFC;
  --lavender-100: #DEFCF8;
  --lavender-200: #C2F9F2;
  --lavender-300: #94F5E8;
  --lavender-400: #5CF0DC;
  --lavender-500: #2DEBD2;
  --lavender-600: #13CDB4;
  --lavender-700: #0FA390;
  --lavender-800: #0B7567;
  --lavender-900: #074B42;
  --lavender-950: #042F29;
}
Generate More ShadesCreate PaletteConvert Color