Lavender

#C7F5EF

Cyan

Color Codes

All color formats for development

HEX
#C7F5EF
RGB
rgb(199, 245, 239)
HSL
hsl(172, 70%, 87%)
OKLCH
oklch(0.936 0.048 186.7)
CMYK
cmyk(19%, 0%, 2%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.18:1

AA AAA

On Black Background

17.74: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#A1EEE4
2#7BE8D9
3#56E1CE
4#30DAC4
5#21BDA8
6#1B9786
7#147165
8#0D4B43
9#072622

Tints

Lighter variations

1#CCF6F0
2#D2F7F2
3#D8F8F4
4#DDF9F5
5#E3FAF7
6#E8FBF9
7#EEFCFA
8#F4FDFC
9#F9FEFD

Tones

Muted variations

1#C9F3ED
2#CBF0EB
3#CEEEEA
4#D0ECE8
5#D2E9E6
6#D5E7E5
7#D7E5E3
8#D9E2E1
9#DCE0E0

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
#C7F5EF
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDE2
BordersInactive statesPlaceholder text
400
67E4
#67E4D4
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDDC7
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BFAA
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9887
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C60
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C453E
Primary textHigh emphasis contentDark headings
950
082B
#082B27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FDFB;
  --lavender-100: #E1FAF6;
  --lavender-200: #C7F5EF;
  --lavender-300: #9BEDE2;
  --lavender-400: #67E4D4;
  --lavender-500: #3CDDC7;
  --lavender-600: #22BFAA;
  --lavender-700: #1B9887;
  --lavender-800: #136C60;
  --lavender-900: #0C453E;
  --lavender-950: #082B27;
}
Generate More ShadesCreate PaletteConvert Color