Lavender

#C3F9F0

Cyan

Color Codes

All color formats for development

HEX
#C3F9F0
RGB
rgb(195, 249, 240)
HSL
hsl(170, 82%, 87%)
OKLCH
oklch(0.943 0.056 183.8)
CMYK
cmyk(22%, 0%, 4%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.16:1

AA AAA

On Black Background

18.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DFFC
200
#C3F9
300
#94F4
400
#5DEF
500
#2EEA
600
#14CC
700
#10A2
800
#0B74
900
#074A
950
#052E

Shades

Darker variations

1#9AF5E6
2#72F1DC
3#4AEDD2
4#21E9C8
5#14CAAC
6#10A289
7#0C7967
8#085145
9#042822

Tints

Lighter variations

1#C9FAF1
2#CFFAF3
3#D5FBF4
4#DBFBF6
5#E1FCF7
6#E7FDF9
7#EDFDFA
8#F3FEFC
9#F9FEFD

Tones

Muted variations

1#C5F6EE
2#C8F4EC
3#CBF1EB
4#CEEEE9
5#D0EBE7
6#D3E9E5
7#D6E6E3
8#D8E3E1
9#DBE1E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF7
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9F0
Secondary backgroundsInput backgroundsDividers
300
94F4
#94F4E4
BordersInactive statesPlaceholder text
400
5DEF
#5DEFD7
Disabled statesSecondary iconsMuted text
500
2EEA
#2EEACB
Primary brand colorCTAsActive elementsLinks
600
14CC
#14CCAE
Hover statesFocus ringsPrimary buttons hover
700
10A2
#10A28A
Active/pressed statesDark mode accentsSecondary text
800
0B74
#0B7463
Text on light backgroundsHeadingsStrong borders
900
074A
#074A3F
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: #F1FEFC;
  --lavender-100: #DFFCF7;
  --lavender-200: #C3F9F0;
  --lavender-300: #94F4E4;
  --lavender-400: #5DEFD7;
  --lavender-500: #2EEACB;
  --lavender-600: #14CCAE;
  --lavender-700: #10A28A;
  --lavender-800: #0B7463;
  --lavender-900: #074A3F;
  --lavender-950: #052E27;
}
Generate More ShadesCreate PaletteConvert Color