Lavender

#C3F8F0

Cyan

Color Codes

All color formats for development

HEX
#C3F8F0
RGB
rgb(195, 248, 240)
HSL
hsl(171, 79%, 87%)
OKLCH
oklch(0.941 0.055 185)
CMYK
cmyk(21%, 0%, 3%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

18.01: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#9CF3E6
2#74EFDC
3#4DEAD2
4#25E5C9
5#17C7AC
6#139F8A
7#0E7767
8#094F45
9#052822

Tints

Lighter variations

1#CAF9F2
2#D0F9F3
3#D5FAF5
4#DBFBF6
5#E1FCF8
6#E7FCF9
7#EDFDFB
8#F3FEFC
9#F9FEFE

Tones

Muted variations

1#C6F5EE
2#C9F3ED
3#CCF0EB
4#CEEEE9
5#D1EBE7
6#D3E8E5
7#D6E6E3
8#D9E3E2
9#DBE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF7
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8F0
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3E5
BordersInactive statesPlaceholder text
400
5FEC
#5FECD7
Disabled statesSecondary iconsMuted text
500
32E7
#32E7CC
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C9AE
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A08B
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7263
Text on light backgroundsHeadingsStrong borders
900
0949
#09493F
Primary textHigh emphasis contentDark headings
950
052E
#052E28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FDFC;
  --lavender-100: #DFFBF7;
  --lavender-200: #C4F8F0;
  --lavender-300: #96F3E5;
  --lavender-400: #5FECD7;
  --lavender-500: #32E7CC;
  --lavender-600: #18C9AE;
  --lavender-700: #13A08B;
  --lavender-800: #0D7263;
  --lavender-900: #09493F;
  --lavender-950: #052E28;
}
Generate More ShadesCreate PaletteConvert Color