Lavender

#C3F0F8

Cyan

Color Codes

All color formats for development

HEX
#C3F0F8
RGB
rgb(195, 240, 248)
HSL
hsl(189, 79%, 87%)
OKLCH
oklch(0.926 0.047 209.6)
CMYK
cmyk(21%, 3%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.23:1

AA AAA

On Black Background

17.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DFF7
200
#C4F0
300
#96E5
400
#5FD7
500
#32CC
600
#18AE
700
#138B
800
#0D63
900
#093F
950
#0528

Shades

Darker variations

1#9CE6F3
2#74DCEF
3#4DD2EA
4#25C9E5
5#17ACC7
6#138A9F
7#0E6777
8#09454F
9#052228

Tints

Lighter variations

1#CAF2F9
2#D0F3F9
3#D5F5FA
4#DBF6FB
5#E1F8FC
6#E7F9FC
7#EDFBFD
8#F3FCFE
9#F9FEFE

Tones

Muted variations

1#C6EEF5
2#C9EDF3
3#CCEBF0
4#CEE9EE
5#D1E7EB
6#D3E5E8
7#D6E3E6
8#D9E2E3
9#DBE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF7
#DFF7FB
Light backgroundsTable row hoverSkeleton loading
200
C4F0
#C4F0F8
Secondary backgroundsInput backgroundsDividers
300
96E5
#96E5F3
BordersInactive statesPlaceholder text
400
5FD7
#5FD7EC
Disabled statesSecondary iconsMuted text
500
32CC
#32CCE7
Primary brand colorCTAsActive elementsLinks
600
18AE
#18AEC9
Hover statesFocus ringsPrimary buttons hover
700
138B
#138BA0
Active/pressed statesDark mode accentsSecondary text
800
0D63
#0D6372
Text on light backgroundsHeadingsStrong borders
900
093F
#093F49
Primary textHigh emphasis contentDark headings
950
0528
#05282E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FCFD;
  --lavender-100: #DFF7FB;
  --lavender-200: #C4F0F8;
  --lavender-300: #96E5F3;
  --lavender-400: #5FD7EC;
  --lavender-500: #32CCE7;
  --lavender-600: #18AEC9;
  --lavender-700: #138BA0;
  --lavender-800: #0D6372;
  --lavender-900: #093F49;
  --lavender-950: #05282E;
}
Generate More ShadesCreate PaletteConvert Color