Lavender

#C5F7F5

Cyan

Color Codes

All color formats for development

HEX
#C5F7F5
RGB
rgb(197, 247, 245)
HSL
hsl(178, 76%, 87%)
OKLCH
oklch(0.941 0.051 193.3)
CMYK
cmyk(20%, 0%, 1%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

18.00: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#9EF2EF
2#77ECE8
3#50E7E2
4#28E2DC
5#1BC3BE
6#159C98
7#107572
8#0B4E4C
9#052726

Tints

Lighter variations

1#CAF8F6
2#D0F9F7
3#D6F9F8
4#DCFAF9
5#E2FBFA
6#E8FCFB
7#EDFDFC
8#F3FDFD
9#F9FEFE

Tones

Muted variations

1#C7F5F3
2#CAF2F1
3#CCEFEE
4#CFEDEC
5#D1EAEA
6#D4E8E7
7#D6E5E5
8#D9E3E3
9#DBE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFD
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBFA
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7F5
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1EE
BordersInactive statesPlaceholder text
400
62EA
#62EAE5
Disabled statesSecondary iconsMuted text
500
35E3
#35E3DE
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC5C0
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D99
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F706D
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4846
Primary textHigh emphasis contentDark headings
950
062D
#062D2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FDFD;
  --lavender-100: #E0FBFA;
  --lavender-200: #C5F7F5;
  --lavender-300: #98F1EE;
  --lavender-400: #62EAE5;
  --lavender-500: #35E3DE;
  --lavender-600: #1BC5C0;
  --lavender-700: #159D99;
  --lavender-800: #0F706D;
  --lavender-900: #0A4846;
  --lavender-950: #062D2C;
}
Generate More ShadesCreate PaletteConvert Color