Lavender

#C3F8F4

Cyan

Color Codes

All color formats for development

HEX
#C3F8F4
RGB
rgb(195, 248, 244)
HSL
hsl(175, 79%, 87%)
OKLCH
oklch(0.942 0.054 190.6)
CMYK
cmyk(21%, 0%, 2%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.16:1

AA AAA

On Black Background

18.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#96F3
400
#5FEC
500
#32E7
600
#18C9
700
#13A0
800
#0D72
900
#0949
950
#052E

Shades

Darker variations

1#9CF3EC
2#74EFE5
3#4DEADD
4#25E5D5
5#17C7B8
6#139F93
7#0E776E
8#094F4A
9#052825

Tints

Lighter variations

1#CAF9F5
2#D0F9F6
3#D5FAF7
4#DBFBF8
5#E1FCF9
6#E7FCFA
7#EDFDFC
8#F3FEFD
9#F9FEFE

Tones

Muted variations

1#C6F5F1
2#C9F3EF
3#CCF0ED
4#CEEEEB
5#D1EBE9
6#D3E8E7
7#D6E6E4
8#D9E3E2
9#DBE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF9
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8F4
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3EB
BordersInactive statesPlaceholder text
400
5FEC
#5FECE1
Disabled statesSecondary iconsMuted text
500
32E7
#32E7D8
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C9BA
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A094
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D726A
Text on light backgroundsHeadingsStrong borders
900
0949
#094944
Primary textHigh emphasis contentDark headings
950
052E
#052E2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FDFC;
  --lavender-100: #DFFBF9;
  --lavender-200: #C4F8F4;
  --lavender-300: #96F3EB;
  --lavender-400: #5FECE1;
  --lavender-500: #32E7D8;
  --lavender-600: #18C9BA;
  --lavender-700: #13A094;
  --lavender-800: #0D726A;
  --lavender-900: #094944;
  --lavender-950: #052E2A;
}
Generate More ShadesCreate PaletteConvert Color