Lavender

#C5F7ED

Cyan

Color Codes

All color formats for development

HEX
#C5F7ED
RGB
rgb(197, 247, 237)
HSL
hsl(168, 76%, 87%)
OKLCH
oklch(0.939 0.053 181.6)
CMYK
cmyk(20%, 0%, 4%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

17.90: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#9EF2E1
2#77ECD5
3#50E7C9
4#28E2BD
5#1BC3A2
6#159C81
7#107561
8#0B4E41
9#052720

Tints

Lighter variations

1#CAF8EF
2#D0F9F1
3#D6F9F2
4#DCFAF4
5#E2FBF6
6#E8FCF8
7#EDFDFA
8#F3FDFB
9#F9FEFD

Tones

Muted variations

1#C7F5EB
2#CAF2EA
3#CCEFE8
4#CFEDE7
5#D1EAE5
6#D4E8E4
7#D6E5E2
8#D9E3E1
9#DBE0DF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF5
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7ED
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1DF
BordersInactive statesPlaceholder text
400
62EA
#62EACE
Disabled statesSecondary iconsMuted text
500
35E3
#35E3C1
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC5A3
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D82
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F705D
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A483B
Primary textHigh emphasis contentDark headings
950
062D
#062D25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FDFB;
  --lavender-100: #E0FBF5;
  --lavender-200: #C5F7ED;
  --lavender-300: #98F1DF;
  --lavender-400: #62EACE;
  --lavender-500: #35E3C1;
  --lavender-600: #1BC5A3;
  --lavender-700: #159D82;
  --lavender-800: #0F705D;
  --lavender-900: #0A483B;
  --lavender-950: #062D25;
}
Generate More ShadesCreate PaletteConvert Color