Lavender

#C3EDF9

Cyan

Color Codes

All color formats for development

HEX
#C3EDF9
RGB
rgb(195, 237, 249)
HSL
hsl(193, 82%, 87%)
OKLCH
oklch(0.92 0.046 217)
CMYK
cmyk(22%, 5%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DFF5
200
#C3ED
300
#94E0
400
#5DCF
500
#2EC2
600
#14A4
700
#1083
800
#0B5D
900
#073C
950
#0525

Shades

Darker variations

1#9AE1F5
2#72D6F1
3#4ACAED
4#21BEE9
5#14A2CA
6#1082A2
7#0C6179
8#084151
9#042028

Tints

Lighter variations

1#C9EFFA
2#CFF1FA
3#D5F3FB
4#DBF4FB
5#E1F6FC
6#E7F8FD
7#EDFAFD
8#F3FBFE
9#F9FDFE

Tones

Muted variations

1#C5ECF6
2#C8EAF4
3#CBE9F1
4#CEE7EE
5#D0E6EB
6#D3E4E9
7#D6E2E6
8#D8E1E3
9#DBDFE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DFF5
#DFF5FC
Light backgroundsTable row hoverSkeleton loading
200
C3ED
#C3EDF9
Secondary backgroundsInput backgroundsDividers
300
94E0
#94E0F4
BordersInactive statesPlaceholder text
400
5DCF
#5DCFEF
Disabled statesSecondary iconsMuted text
500
2EC2
#2EC2EA
Primary brand colorCTAsActive elementsLinks
600
14A4
#14A4CC
Hover statesFocus ringsPrimary buttons hover
700
1083
#1083A2
Active/pressed statesDark mode accentsSecondary text
800
0B5D
#0B5D74
Text on light backgroundsHeadingsStrong borders
900
073C
#073C4A
Primary textHigh emphasis contentDark headings
950
0525
#05252E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FBFE;
  --lavender-100: #DFF5FC;
  --lavender-200: #C3EDF9;
  --lavender-300: #94E0F4;
  --lavender-400: #5DCFEF;
  --lavender-500: #2EC2EA;
  --lavender-600: #14A4CC;
  --lavender-700: #1083A2;
  --lavender-800: #0B5D74;
  --lavender-900: #073C4A;
  --lavender-950: #05252E;
}
Generate More ShadesCreate PaletteConvert Color