Lavender

#C2F7F9

Cyan

Color Codes

All color formats for development

HEX
#C2F7F9
RGB
rgb(194, 247, 249)
HSL
hsl(182, 82%, 87%)
OKLCH
oklch(0.94 0.054 199.1)
CMYK
cmyk(22%, 1%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

17.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F7
300
#94F1
400
#5DEA
500
#2EE4
600
#14C6
700
#109E
800
#0B71
900
#0748
950
#052D

Shades

Darker variations

1#9AF2F5
2#72EDF1
3#4AE8ED
4#21E2E9
5#14C4CA
6#109DA2
7#0C7579
8#084E51
9#042728

Tints

Lighter variations

1#C9F8FA
2#CFF9FA
3#D5FAFB
4#DBFAFB
5#E1FBFC
6#E7FCFD
7#EDFDFD
8#F3FDFE
9#F9FEFE

Tones

Muted variations

1#C5F5F6
2#C8F2F4
3#CBF0F1
4#CEEDEE
5#D0EBEB
6#D3E8E9
7#D6E5E6
8#D8E3E3
9#DBE0E1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFE
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBFC
Light backgroundsTable row hoverSkeleton loading
200
C3F7
#C3F7F9
Secondary backgroundsInput backgroundsDividers
300
94F1
#94F1F4
BordersInactive statesPlaceholder text
400
5DEA
#5DEAEF
Disabled statesSecondary iconsMuted text
500
2EE4
#2EE4EA
Primary brand colorCTAsActive elementsLinks
600
14C6
#14C6CC
Hover statesFocus ringsPrimary buttons hover
700
109E
#109EA2
Active/pressed statesDark mode accentsSecondary text
800
0B71
#0B7174
Text on light backgroundsHeadingsStrong borders
900
0748
#07484A
Primary textHigh emphasis contentDark headings
950
052D
#052D2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FDFE;
  --lavender-100: #DFFBFC;
  --lavender-200: #C3F7F9;
  --lavender-300: #94F1F4;
  --lavender-400: #5DEAEF;
  --lavender-500: #2EE4EA;
  --lavender-600: #14C6CC;
  --lavender-700: #109EA2;
  --lavender-800: #0B7174;
  --lavender-900: #07484A;
  --lavender-950: #052D2E;
}
Generate More ShadesCreate PaletteConvert Color