Lavender

#C3F8EF

Cyan

Color Codes

All color formats for development

HEX
#C3F8EF
RGB
rgb(195, 248, 239)
HSL
hsl(170, 79%, 87%)
OKLCH
oklch(0.94 0.055 183.6)
CMYK
cmyk(21%, 0%, 4%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

17.99: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#9CF3E5
2#74EFDA
3#4DEAD0
4#25E5C5
5#17C7A9
6#139F87
7#0E7766
8#094F44
9#052822

Tints

Lighter variations

1#CAF9F1
2#D0F9F2
3#D5FAF4
4#DBFBF6
5#E1FCF7
6#E7FCF9
7#EDFDFA
8#F3FEFC
9#F9FEFD

Tones

Muted variations

1#C6F5EE
2#C9F3EC
3#CCF0EA
4#CEEEE8
5#D1EBE7
6#D3E8E5
7#D6E6E3
8#D9E3E1
9#DBE0E0

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FDFB;
  --lavender-100: #DFFBF7;
  --lavender-200: #C4F8EF;
  --lavender-300: #96F3E3;
  --lavender-400: #5FECD5;
  --lavender-500: #32E7C9;
  --lavender-600: #18C9AB;
  --lavender-700: #13A088;
  --lavender-800: #0D7261;
  --lavender-900: #09493E;
  --lavender-950: #052E27;
}
Generate More ShadesCreate PaletteConvert Color