Lavender

#C5F7EF

Cyan

Color Codes

All color formats for development

HEX
#C5F7EF
RGB
rgb(197, 247, 239)
HSL
hsl(170, 76%, 87%)
OKLCH
oklch(0.939 0.052 184.4)
CMYK
cmyk(20%, 0%, 3%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

17.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F1
400
#62EA
500
#35E3
600
#1BC5
700
#159D
800
#0F70
900
#0A48
950
#062D

Shades

Darker variations

1#9EF2E4
2#77ECD9
3#50E7CE
4#28E2C3
5#1BC3A7
6#159C86
7#107564
8#0B4E43
9#052721

Tints

Lighter variations

1#CAF8F0
2#D0F9F2
3#D6F9F4
4#DCFAF5
5#E2FBF7
6#E8FCF8
7#EDFDFA
8#F3FDFC
9#F9FEFD

Tones

Muted variations

1#C7F5ED
2#CAF2EB
3#CCEFEA
4#CFEDE8
5#D1EAE6
6#D4E8E5
7#D6E5E3
8#D9E3E1
9#DBE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF6
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7EF
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1E2
BordersInactive statesPlaceholder text
400
62EA
#62EAD3
Disabled statesSecondary iconsMuted text
500
35E3
#35E3C6
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC5A9
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D86
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7060
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A483D
Primary textHigh emphasis contentDark headings
950
062D
#062D26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FDFB;
  --lavender-100: #E0FBF6;
  --lavender-200: #C5F7EF;
  --lavender-300: #98F1E2;
  --lavender-400: #62EAD3;
  --lavender-500: #35E3C6;
  --lavender-600: #1BC5A9;
  --lavender-700: #159D86;
  --lavender-800: #0F7060;
  --lavender-900: #0A483D;
  --lavender-950: #062D26;
}
Generate More ShadesCreate PaletteConvert Color