Lavender

#C3EEF9

Cyan

Color Codes

All color formats for development

HEX
#C3EEF9
RGB
rgb(195, 238, 249)
HSL
hsl(192, 82%, 87%)
OKLCH
oklch(0.922 0.047 215)
CMYK
cmyk(22%, 4%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.24:1

AA AAA

On Black Background

16.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DFF6
200
#C3EE
300
#94E1
400
#5DD2
500
#2EC5
600
#14A7
700
#1085
800
#0B5F
900
#073D
950
#0526

Shades

Darker variations

1#9AE3F5
2#72D8F1
3#4ACCED
4#21C1E9
5#14A6CA
6#1084A2
7#0C6379
8#084251
9#042128

Tints

Lighter variations

1#C9F0FA
2#CFF2FA
3#D5F3FB
4#DBF5FB
5#E1F7FC
6#E7F8FD
7#EDFAFD
8#F3FCFE
9#F9FDFE

Tones

Muted variations

1#C5EDF6
2#C8EBF4
3#CBE9F1
4#CEE8EE
5#D0E6EB
6#D3E4E9
7#D6E3E6
8#D8E1E3
9#DBDFE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DFF6
#DFF6FC
Light backgroundsTable row hoverSkeleton loading
200
C3EE
#C3EEF9
Secondary backgroundsInput backgroundsDividers
300
94E1
#94E1F4
BordersInactive statesPlaceholder text
400
5DD2
#5DD2EF
Disabled statesSecondary iconsMuted text
500
2EC5
#2EC5EA
Primary brand colorCTAsActive elementsLinks
600
14A7
#14A7CC
Hover statesFocus ringsPrimary buttons hover
700
1085
#1085A2
Active/pressed statesDark mode accentsSecondary text
800
0B5F
#0B5F74
Text on light backgroundsHeadingsStrong borders
900
073D
#073D4A
Primary textHigh emphasis contentDark headings
950
0526
#05262E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FBFE;
  --lavender-100: #DFF6FC;
  --lavender-200: #C3EEF9;
  --lavender-300: #94E1F4;
  --lavender-400: #5DD2EF;
  --lavender-500: #2EC5EA;
  --lavender-600: #14A7CC;
  --lavender-700: #1085A2;
  --lavender-800: #0B5F74;
  --lavender-900: #073D4A;
  --lavender-950: #05262E;
}
Generate More ShadesCreate PaletteConvert Color