Lavender

#C6F5EE

Cyan

Color Codes

All color formats for development

HEX
#C6F5EE
RGB
rgb(198, 245, 238)
HSL
hsl(171, 70%, 87%)
OKLCH
oklch(0.935 0.049 185.3)
CMYK
cmyk(19%, 0%, 3%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1FA
200
#C7F5
300
#9BED
400
#67E4
500
#3CDD
600
#22BF
700
#1B98
800
#136C
900
#0C45
950
#082B

Shades

Darker variations

1#A1EEE3
2#7BE8D7
3#56E1CC
4#30DAC1
5#21BDA5
6#1B9784
7#147163
8#0D4B42
9#072621

Tints

Lighter variations

1#CCF6F0
2#D2F7F1
3#D8F8F3
4#DDF9F5
5#E3FAF7
6#E8FBF8
7#EEFCFA
8#F4FDFC
9#F9FEFD

Tones

Muted variations

1#C9F3EC
2#CBF0EB
3#CEEEE9
4#D0ECE8
5#D2E9E6
6#D5E7E4
7#D7E5E3
8#D9E2E1
9#DCE0DF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAF6
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5EE
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDE1
BordersInactive statesPlaceholder text
400
67E4
#67E4D1
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDDC4
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BFA7
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9885
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C5F
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C453D
Primary textHigh emphasis contentDark headings
950
082B
#082B26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FDFB;
  --lavender-100: #E1FAF6;
  --lavender-200: #C7F5EE;
  --lavender-300: #9BEDE1;
  --lavender-400: #67E4D1;
  --lavender-500: #3CDDC4;
  --lavender-600: #22BFA7;
  --lavender-700: #1B9885;
  --lavender-800: #136C5F;
  --lavender-900: #0C453D;
  --lavender-950: #082B26;
}
Generate More ShadesCreate PaletteConvert Color