Lavender

#C3F8ED

Cyan

Color Codes

All color formats for development

HEX
#C3F8ED
RGB
rgb(195, 248, 237)
HSL
hsl(168, 79%, 87%)
OKLCH
oklch(0.94 0.056 180.9)
CMYK
cmyk(21%, 0%, 4%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

17.97: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#9CF3E2
2#74EFD6
3#4DEACB
4#25E5BF
5#17C7A4
6#139F83
7#0E7762
8#094F41
9#052821

Tints

Lighter variations

1#CAF9EF
2#D0F9F1
3#D5FAF3
4#DBFBF5
5#E1FCF6
6#E7FCF8
7#EDFDFA
8#F3FEFC
9#F9FEFD

Tones

Muted variations

1#C6F5EC
2#C9F3EA
3#CCF0E9
4#CEEEE7
5#D1EBE6
6#D3E8E4
7#D6E6E3
8#D9E3E1
9#DBE0DF

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FDFB;
  --lavender-100: #DFFBF6;
  --lavender-200: #C4F8EE;
  --lavender-300: #96F3E0;
  --lavender-400: #5FECD0;
  --lavender-500: #32E7C3;
  --lavender-600: #18C9A5;
  --lavender-700: #13A084;
  --lavender-800: #0D725E;
  --lavender-900: #09493C;
  --lavender-950: #052E26;
}
Generate More ShadesCreate PaletteConvert Color