Lavender

#C3EEF8

Cyan

Color Codes

All color formats for development

HEX
#C3EEF8
RGB
rgb(195, 238, 248)
HSL
hsl(191, 79%, 87%)
OKLCH
oklch(0.922 0.046 213.4)
CMYK
cmyk(21%, 4%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.24:1

AA AAA

On Black Background

16.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DFF6
200
#C4EE
300
#96E2
400
#5FD2
500
#32C6
600
#18A8
700
#1386
800
#0D60
900
#093D
950
#0526

Shades

Darker variations

1#9CE3F3
2#74D8EF
3#4DCDEA
4#25C2E5
5#17A6C7
6#13859F
7#0E6477
8#09434F
9#052128

Tints

Lighter variations

1#CAF0F9
2#D0F2F9
3#D5F3FA
4#DBF5FB
5#E1F7FC
6#E7F8FC
7#EDFAFD
8#F3FCFE
9#F9FDFE

Tones

Muted variations

1#C6EDF5
2#C9EBF3
3#CCE9F0
4#CEE8EE
5#D1E6EB
6#D3E4E8
7#D6E3E6
8#D9E1E3
9#DBE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF6
#DFF6FB
Light backgroundsTable row hoverSkeleton loading
200
C4EE
#C4EEF8
Secondary backgroundsInput backgroundsDividers
300
96E2
#96E2F3
BordersInactive statesPlaceholder text
400
5FD2
#5FD2EC
Disabled statesSecondary iconsMuted text
500
32C6
#32C6E7
Primary brand colorCTAsActive elementsLinks
600
18A8
#18A8C9
Hover statesFocus ringsPrimary buttons hover
700
1386
#1386A0
Active/pressed statesDark mode accentsSecondary text
800
0D60
#0D6072
Text on light backgroundsHeadingsStrong borders
900
093D
#093D49
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: #F1FBFD;
  --lavender-100: #DFF6FB;
  --lavender-200: #C4EEF8;
  --lavender-300: #96E2F3;
  --lavender-400: #5FD2EC;
  --lavender-500: #32C6E7;
  --lavender-600: #18A8C9;
  --lavender-700: #1386A0;
  --lavender-800: #0D6072;
  --lavender-900: #093D49;
  --lavender-950: #05262E;
}
Generate More ShadesCreate PaletteConvert Color