Lavender

#DEFDFA

Cyan

Color Codes

All color formats for development

HEX
#DEFDFA
RGB
rgb(222, 253, 250)
HSL
hsl(174, 89%, 93%)
OKLCH
oklch(0.971 0.032 189.5)
CMYK
cmyk(12%, 0%, 1%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.07:1

AA AAA

On Black Background

19.54: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#B0FAF3
2#84F8EC
3#57F5E5
4#2AF3DF
5#0DE0CB
6#0AB3A2
7#08867A
8#055A51
9#032D29

Tints

Lighter variations

1#E1FDFA
2#E4FDFB
3#E7FEFB
4#EBFEFC
5#EEFEFC
6#F2FEFD
7#F5FEFD
8#F8FFFE
9#FCFFFE

Tones

Muted variations

1#DFFBF9
2#E0FAF7
3#E2F8F6
4#E4F7F5
5#E5F5F4
6#E7F4F2
7#E8F2F1
8#EAF0F0
9#ECEFEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDFA
Light backgroundsTable row hoverSkeleton loading
200
C0FB
#C0FBF5
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9EE
BordersInactive statesPlaceholder text
400
56F5
#56F5E5
Disabled statesSecondary iconsMuted text
500
26F2
#26F2DE
Primary brand colorCTAsActive elementsLinks
600
0CD4
#0CD4C0
Hover statesFocus ringsPrimary buttons hover
700
0AA9
#0AA999
Active/pressed statesDark mode accentsSecondary text
800
0778
#07786D
Text on light backgroundsHeadingsStrong borders
900
044D
#044D46
Primary textHigh emphasis contentDark headings
950
0330
#03302C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FEFD;
  --lavender-100: #DDFDFA;
  --lavender-200: #C0FBF5;
  --lavender-300: #90F9EE;
  --lavender-400: #56F5E5;
  --lavender-500: #26F2DE;
  --lavender-600: #0CD4C0;
  --lavender-700: #0AA999;
  --lavender-800: #07786D;
  --lavender-900: #044D46;
  --lavender-950: #03302C;
}
Generate More ShadesCreate PaletteConvert Color