Lavender

#C5F7EB

Cyan

Color Codes

All color formats for development

HEX
#C5F7EB
RGB
rgb(197, 247, 235)
HSL
hsl(166, 76%, 87%)
OKLCH
oklch(0.938 0.053 178.8)
CMYK
cmyk(20%, 0%, 5%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

17.88: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#9EF2DE
2#77ECD1
3#50E7C4
4#28E2B7
5#1BC39C
6#159C7D
7#10755E
8#0B4E3E
9#05271F

Tints

Lighter variations

1#CAF8ED
2#D0F9EF
3#D6F9F1
4#DCFAF3
5#E2FBF5
6#E8FCF7
7#EDFDF9
8#F3FDFB
9#F9FEFD

Tones

Muted variations

1#C7F5EA
2#CAF2E9
3#CCEFE7
4#CFEDE6
5#D1EAE5
6#D4E8E3
7#D6E5E2
8#D9E3E1
9#DBE0DF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF4
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7EB
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1DC
BordersInactive statesPlaceholder text
400
62EA
#62EACA
Disabled statesSecondary iconsMuted text
500
35E3
#35E3BB
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC59E
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D7D
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F705A
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4839
Primary textHigh emphasis contentDark headings
950
062D
#062D24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FDFA;
  --lavender-100: #E0FBF4;
  --lavender-200: #C5F7EB;
  --lavender-300: #98F1DC;
  --lavender-400: #62EACA;
  --lavender-500: #35E3BB;
  --lavender-600: #1BC59E;
  --lavender-700: #159D7D;
  --lavender-800: #0F705A;
  --lavender-900: #0A4839;
  --lavender-950: #062D24;
}
Generate More ShadesCreate PaletteConvert Color