Lavender

#DEFDF8

Cyan

Color Codes

All color formats for development

HEX
#DEFDF8
RGB
rgb(222, 253, 248)
HSL
hsl(170, 89%, 93%)
OKLCH
oklch(0.97 0.033 184.9)
CMYK
cmyk(12%, 0%, 2%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.08:1

AA AAA

On Black Background

19.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C0FB
300
#90F9
400
#56F5
500
#26F2
600
#0CD4
700
#0AA9
800
#0778
900
#044D
950
#0330

Shades

Darker variations

1#B0FAEE
2#84F8E4
3#57F5DB
4#2AF3D1
5#0DE0BD
6#0AB397
7#088671
8#055A4C
9#032D26

Tints

Lighter variations

1#E1FDF8
2#E4FDF9
3#E7FEFA
4#EBFEFB
5#EEFEFB
6#F2FEFC
7#F5FEFD
8#F8FFFE
9#FCFFFE

Tones

Muted variations

1#DFFBF7
2#E0FAF6
3#E2F8F5
4#E4F7F4
5#E5F5F2
6#E7F4F1
7#E8F2F0
8#EAF0EF
9#ECEFEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF8
Light backgroundsTable row hoverSkeleton loading
200
C0FB
#C0FBF2
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9E7
BordersInactive statesPlaceholder text
400
56F5
#56F5DB
Disabled statesSecondary iconsMuted text
500
26F2
#26F2D0
Primary brand colorCTAsActive elementsLinks
600
0CD4
#0CD4B3
Hover statesFocus ringsPrimary buttons hover
700
0AA9
#0AA98E
Active/pressed statesDark mode accentsSecondary text
800
0778
#077866
Text on light backgroundsHeadingsStrong borders
900
044D
#044D41
Primary textHigh emphasis contentDark headings
950
0330
#033029
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FEFC;
  --lavender-100: #DDFDF8;
  --lavender-200: #C0FBF2;
  --lavender-300: #90F9E7;
  --lavender-400: #56F5DB;
  --lavender-500: #26F2D0;
  --lavender-600: #0CD4B3;
  --lavender-700: #0AA98E;
  --lavender-800: #077866;
  --lavender-900: #044D41;
  --lavender-950: #033029;
}
Generate More ShadesCreate PaletteConvert Color