Lavender

#C6F4F6

Cyan

Color Codes

All color formats for development

HEX
#C6F4F6
RGB
rgb(198, 244, 246)
HSL
hsl(183, 73%, 87%)
OKLCH
oklch(0.936 0.047 199.7)
CMYK
cmyk(20%, 1%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E0F9
200
#C6F4
300
#9AEB
400
#65E0
500
#38D8
600
#1EBA
700
#1894
800
#116A
900
#0B44
950
#072A

Shades

Darker variations

1#9FECF0
2#79E4EA
3#53DDE4
4#2CD5DE
5#1EB8C0
6#18939A
7#126E73
8#0C4A4D
9#062526

Tints

Lighter variations

1#CBF5F7
2#D1F6F8
3#D7F7F9
4#DDF8FA
5#E2F9FB
6#E8FAFB
7#EEFCFC
8#F4FDFD
9#F9FEFE

Tones

Muted variations

1#C8F1F4
2#CAEFF1
3#CDEDEF
4#CFEBEC
5#D2E9EA
6#D4E7E8
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
E0F9
#E0F9FA
Light backgroundsTable row hoverSkeleton loading
200
C6F4
#C6F4F6
Secondary backgroundsInput backgroundsDividers
300
9AEB
#9AEBEF
BordersInactive statesPlaceholder text
400
65E0
#65E0E7
Disabled statesSecondary iconsMuted text
500
38D8
#38D8E0
Primary brand colorCTAsActive elementsLinks
600
1EBA
#1EBAC2
Hover statesFocus ringsPrimary buttons hover
700
1894
#18949A
Active/pressed statesDark mode accentsSecondary text
800
116A
#116A6E
Text on light backgroundsHeadingsStrong borders
900
0B44
#0B4447
Primary textHigh emphasis contentDark headings
950
072A
#072A2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFD;
  --lavender-100: #E0F9FA;
  --lavender-200: #C6F4F6;
  --lavender-300: #9AEBEF;
  --lavender-400: #65E0E7;
  --lavender-500: #38D8E0;
  --lavender-600: #1EBAC2;
  --lavender-700: #18949A;
  --lavender-800: #116A6E;
  --lavender-900: #0B4447;
  --lavender-950: #072A2C;
}
Generate More ShadesCreate PaletteConvert Color