Lavender

#C3F5F8

Cyan

Color Codes

All color formats for development

HEX
#C3F5F8
RGB
rgb(195, 245, 248)
HSL
hsl(183, 79%, 87%)
OKLCH
oklch(0.937 0.051 200.9)
CMYK
cmyk(21%, 1%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.18:1

AA AAA

On Black Background

17.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFA
200
#C4F5
300
#96EE
400
#5FE5
500
#32DE
600
#18C0
700
#1399
800
#0D6D
900
#0946
950
#052C

Shades

Darker variations

1#9CEFF3
2#74E9EF
3#4DE2EA
4#25DCE5
5#17BEC7
6#13989F
7#0E7277
8#094C4F
9#052628

Tints

Lighter variations

1#CAF6F9
2#D0F7F9
3#D5F8FA
4#DBF9FB
5#E1FAFC
6#E7FBFC
7#EDFCFD
8#F3FDFE
9#F9FEFE

Tones

Muted variations

1#C6F3F5
2#C9F1F3
3#CCEEF0
4#CEECEE
5#D1EAEB
6#D3E7E8
7#D6E5E6
8#D9E3E3
9#DBE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFA
#DFFAFB
Light backgroundsTable row hoverSkeleton loading
200
C4F5
#C4F5F8
Secondary backgroundsInput backgroundsDividers
300
96EE
#96EEF3
BordersInactive statesPlaceholder text
400
5FE5
#5FE5EC
Disabled statesSecondary iconsMuted text
500
32DE
#32DEE7
Primary brand colorCTAsActive elementsLinks
600
18C0
#18C0C9
Hover statesFocus ringsPrimary buttons hover
700
1399
#1399A0
Active/pressed statesDark mode accentsSecondary text
800
0D6D
#0D6D72
Text on light backgroundsHeadingsStrong borders
900
0946
#094649
Primary textHigh emphasis contentDark headings
950
052C
#052C2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FDFD;
  --lavender-100: #DFFAFB;
  --lavender-200: #C4F5F8;
  --lavender-300: #96EEF3;
  --lavender-400: #5FE5EC;
  --lavender-500: #32DEE7;
  --lavender-600: #18C0C9;
  --lavender-700: #1399A0;
  --lavender-800: #0D6D72;
  --lavender-900: #094649;
  --lavender-950: #052C2E;
}
Generate More ShadesCreate PaletteConvert Color