Lavender

#C2F8F9

Cyan

Color Codes

All color formats for development

HEX
#C2F8F9
RGB
rgb(194, 248, 249)
HSL
hsl(181, 82%, 87%)
OKLCH
oklch(0.943 0.055 197.7)
CMYK
cmyk(22%, 0%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.16:1

AA AAA

On Black Background

18.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#94F3
400
#5DEC
500
#2EE7
600
#14C9
700
#10A0
800
#0B72
900
#0749
950
#052E

Shades

Darker variations

1#9AF4F5
2#72EFF1
3#4AEAED
4#21E6E9
5#14C7CA
6#109FA2
7#0C7779
8#085051
9#042828

Tints

Lighter variations

1#C9F9FA
2#CFFAFA
3#D5FAFB
4#DBFBFB
5#E1FCFC
6#E7FCFD
7#EDFDFD
8#F3FEFE
9#F9FEFE

Tones

Muted variations

1#C5F5F6
2#C8F3F4
3#CBF0F1
4#CEEEEE
5#D0EBEB
6#D3E8E9
7#D6E6E6
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
C3F8
#C3F8F9
Secondary backgroundsInput backgroundsDividers
300
94F3
#94F3F4
BordersInactive statesPlaceholder text
400
5DEC
#5DECEF
Disabled statesSecondary iconsMuted text
500
2EE7
#2EE7EA
Primary brand colorCTAsActive elementsLinks
600
14C9
#14C9CC
Hover statesFocus ringsPrimary buttons hover
700
10A0
#10A0A2
Active/pressed statesDark mode accentsSecondary text
800
0B72
#0B7274
Text on light backgroundsHeadingsStrong borders
900
0749
#07494A
Primary textHigh emphasis contentDark headings
950
052E
#052E2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FDFE;
  --lavender-100: #DFFBFC;
  --lavender-200: #C3F8F9;
  --lavender-300: #94F3F4;
  --lavender-400: #5DECEF;
  --lavender-500: #2EE7EA;
  --lavender-600: #14C9CC;
  --lavender-700: #10A0A2;
  --lavender-800: #0B7274;
  --lavender-900: #07494A;
  --lavender-950: #052E2E;
}
Generate More ShadesCreate PaletteConvert Color