Lavender

#C4F7F7

Cyan

Color Codes

All color formats for development

HEX
#C4F7F7
RGB
rgb(196, 247, 247)
HSL
hsl(180, 76%, 87%)
OKLCH
oklch(0.941 0.052 196.3)
CMYK
cmyk(21%, 0%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

17.99: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#9EF2F2
2#77ECEC
3#50E7E7
4#28E2E2
5#1BC3C3
6#159C9C
7#107575
8#0B4E4E
9#052727

Tints

Lighter variations

1#CAF8F8
2#D0F9F9
3#D6F9F9
4#DCFAFA
5#E2FBFB
6#E8FCFC
7#EDFDFD
8#F3FDFD
9#F9FEFE

Tones

Muted variations

1#C7F5F5
2#CAF2F2
3#CCEFEF
4#CFEDED
5#D1EAEA
6#D4E8E8
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
#E0FBFB
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7F7
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1F1
BordersInactive statesPlaceholder text
400
62EA
#62EAEA
Disabled statesSecondary iconsMuted text
500
35E3
#35E3E3
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC5C5
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D9D
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7070
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4848
Primary textHigh emphasis contentDark headings
950
062D
#062D2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FDFD;
  --lavender-100: #E0FBFB;
  --lavender-200: #C5F7F7;
  --lavender-300: #98F1F1;
  --lavender-400: #62EAEA;
  --lavender-500: #35E3E3;
  --lavender-600: #1BC5C5;
  --lavender-700: #159D9D;
  --lavender-800: #0F7070;
  --lavender-900: #0A4848;
  --lavender-950: #062D2D;
}
Generate More ShadesCreate PaletteConvert Color