Lavender

#C3F6F8

Cyan

Color Codes

All color formats for development

HEX
#C3F6F8
RGB
rgb(195, 246, 248)
HSL
hsl(182, 79%, 87%)
OKLCH
oklch(0.939 0.052 199.3)
CMYK
cmyk(21%, 1%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.18:1

AA AAA

On Black Background

17.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFA
200
#C4F6
300
#96F0
400
#5FE8
500
#32E1
600
#18C3
700
#139B
800
#0D6F
900
#0947
950
#052C

Shades

Darker variations

1#9CF0F3
2#74EBEF
3#4DE5EA
4#25DFE5
5#17C1C7
6#139A9F
7#0E7477
8#094D4F
9#052728

Tints

Lighter variations

1#CAF7F9
2#D0F8F9
3#D5F9FA
4#DBFAFB
5#E1FBFC
6#E7FCFC
7#EDFCFD
8#F3FDFE
9#F9FEFE

Tones

Muted variations

1#C6F4F5
2#C9F1F3
3#CCEFF0
4#CEEDEE
5#D1EAEB
6#D3E8E8
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
C4F6
#C4F6F8
Secondary backgroundsInput backgroundsDividers
300
96F0
#96F0F3
BordersInactive statesPlaceholder text
400
5FE8
#5FE8EC
Disabled statesSecondary iconsMuted text
500
32E1
#32E1E7
Primary brand colorCTAsActive elementsLinks
600
18C3
#18C3C9
Hover statesFocus ringsPrimary buttons hover
700
139B
#139BA0
Active/pressed statesDark mode accentsSecondary text
800
0D6F
#0D6F72
Text on light backgroundsHeadingsStrong borders
900
0947
#094749
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: #C4F6F8;
  --lavender-300: #96F0F3;
  --lavender-400: #5FE8EC;
  --lavender-500: #32E1E7;
  --lavender-600: #18C3C9;
  --lavender-700: #139BA0;
  --lavender-800: #0D6F72;
  --lavender-900: #094749;
  --lavender-950: #052C2E;
}
Generate More ShadesCreate PaletteConvert Color