Lavender

#C3F3F8

Cyan

Color Codes

All color formats for development

HEX
#C3F3F8
RGB
rgb(195, 243, 248)
HSL
hsl(186, 79%, 87%)
OKLCH
oklch(0.932 0.049 204.2)
CMYK
cmyk(21%, 2%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DFF8
200
#C4F3
300
#96E9
400
#5FDE
500
#32D5
600
#18B7
700
#1392
800
#0D68
900
#0943
950
#052A

Shades

Darker variations

1#9CEBF3
2#74E2EF
3#4DDAEA
4#25D2E5
5#17B5C7
6#13919F
7#0E6D77
8#09484F
9#052428

Tints

Lighter variations

1#CAF4F9
2#D0F5F9
3#D5F6FA
4#DBF8FB
5#E1F9FC
6#E7FAFC
7#EDFBFD
8#F3FDFE
9#F9FEFE

Tones

Muted variations

1#C6F1F5
2#C9EFF3
3#CCEDF0
4#CEEAEE
5#D1E8EB
6#D3E6E8
7#D6E4E6
8#D9E2E3
9#DBE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF8
#DFF8FB
Light backgroundsTable row hoverSkeleton loading
200
C4F3
#C4F3F8
Secondary backgroundsInput backgroundsDividers
300
96E9
#96E9F3
BordersInactive statesPlaceholder text
400
5FDE
#5FDEEC
Disabled statesSecondary iconsMuted text
500
32D5
#32D5E7
Primary brand colorCTAsActive elementsLinks
600
18B7
#18B7C9
Hover statesFocus ringsPrimary buttons hover
700
1392
#1392A0
Active/pressed statesDark mode accentsSecondary text
800
0D68
#0D6872
Text on light backgroundsHeadingsStrong borders
900
0943
#094349
Primary textHigh emphasis contentDark headings
950
052A
#052A2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FCFD;
  --lavender-100: #DFF8FB;
  --lavender-200: #C4F3F8;
  --lavender-300: #96E9F3;
  --lavender-400: #5FDEEC;
  --lavender-500: #32D5E7;
  --lavender-600: #18B7C9;
  --lavender-700: #1392A0;
  --lavender-800: #0D6872;
  --lavender-900: #094349;
  --lavender-950: #052A2E;
}
Generate More ShadesCreate PaletteConvert Color