Lavender

#C6F2F6

Cyan

Color Codes

All color formats for development

HEX
#C6F2F6
RGB
rgb(198, 242, 246)
HSL
hsl(185, 73%, 87%)
OKLCH
oklch(0.932 0.045 203.2)
CMYK
cmyk(20%, 2%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E0F8
200
#C6F2
300
#9AE8
400
#65DC
500
#38D2
600
#1EB4
700
#1890
800
#1167
900
#0B42
950
#0729

Shades

Darker variations

1#9FE9F0
2#79E1EA
3#53D8E4
4#2CCFDE
5#1EB2C0
6#188F9A
7#126B73
8#0C474D
9#062426

Tints

Lighter variations

1#CBF3F7
2#D1F5F8
3#D7F6F9
4#DDF7FA
5#E2F9FB
6#E8FAFB
7#EEFBFC
8#F4FCFD
9#F9FEFE

Tones

Muted variations

1#C8F0F4
2#CAEEF1
3#CDECEF
4#CFEAEC
5#D2E8EA
6#D4E6E8
7#D7E4E5
8#D9E2E3
9#DBE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFD
BackgroundsSubtle highlightsCard backgrounds
100
E0F8
#E0F8FA
Light backgroundsTable row hoverSkeleton loading
200
C6F2
#C6F2F6
Secondary backgroundsInput backgroundsDividers
300
9AE8
#9AE8EF
BordersInactive statesPlaceholder text
400
65DC
#65DCE7
Disabled statesSecondary iconsMuted text
500
38D2
#38D2E0
Primary brand colorCTAsActive elementsLinks
600
1EB4
#1EB4C2
Hover statesFocus ringsPrimary buttons hover
700
1890
#18909A
Active/pressed statesDark mode accentsSecondary text
800
1167
#11676E
Text on light backgroundsHeadingsStrong borders
900
0B42
#0B4247
Primary textHigh emphasis contentDark headings
950
0729
#07292C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFD;
  --lavender-100: #E0F8FA;
  --lavender-200: #C6F2F6;
  --lavender-300: #9AE8EF;
  --lavender-400: #65DCE7;
  --lavender-500: #38D2E0;
  --lavender-600: #1EB4C2;
  --lavender-700: #18909A;
  --lavender-800: #11676E;
  --lavender-900: #0B4247;
  --lavender-950: #07292C;
}
Generate More ShadesCreate PaletteConvert Color