Lavender

#C6F1F6

Cyan

Color Codes

All color formats for development

HEX
#C6F1F6
RGB
rgb(198, 241, 246)
HSL
hsl(186, 73%, 87%)
OKLCH
oklch(0.93 0.045 205.1)
CMYK
cmyk(20%, 2%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E0F8
200
#C6F1
300
#9AE7
400
#65DA
500
#38CF
600
#1EB2
700
#188D
800
#1165
900
#0B41
950
#0728

Shades

Darker variations

1#9FE8F0
2#79DFEA
3#53D6E4
4#2CCCDE
5#1EB0C0
6#188D9A
7#126973
8#0C464D
9#062326

Tints

Lighter variations

1#CBF3F7
2#D1F4F8
3#D7F5F9
4#DDF7FA
5#E2F8FB
6#E8F9FB
7#EEFBFC
8#F4FCFD
9#F9FEFE

Tones

Muted variations

1#C8EFF4
2#CAEDF1
3#CDEBEF
4#CFE9EC
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
C6F1
#C6F1F6
Secondary backgroundsInput backgroundsDividers
300
9AE7
#9AE7EF
BordersInactive statesPlaceholder text
400
65DA
#65DAE7
Disabled statesSecondary iconsMuted text
500
38CF
#38CFE0
Primary brand colorCTAsActive elementsLinks
600
1EB2
#1EB2C2
Hover statesFocus ringsPrimary buttons hover
700
188D
#188D9A
Active/pressed statesDark mode accentsSecondary text
800
1165
#11656E
Text on light backgroundsHeadingsStrong borders
900
0B41
#0B4147
Primary textHigh emphasis contentDark headings
950
0728
#07282C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFD;
  --lavender-100: #E0F8FA;
  --lavender-200: #C6F1F6;
  --lavender-300: #9AE7EF;
  --lavender-400: #65DAE7;
  --lavender-500: #38CFE0;
  --lavender-600: #1EB2C2;
  --lavender-700: #188D9A;
  --lavender-800: #11656E;
  --lavender-900: #0B4147;
  --lavender-950: #07282C;
}
Generate More ShadesCreate PaletteConvert Color