Lavender

#C7F2F5

Cyan

Color Codes

All color formats for development

HEX
#C7F2F5
RGB
rgb(199, 242, 245)
HSL
hsl(184, 70%, 87%)
OKLCH
oklch(0.932 0.044 201.6)
CMYK
cmyk(19%, 1%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F8
200
#C7F2
300
#9BE8
400
#67DC
500
#3CD2
600
#22B4
700
#1B8F
800
#1366
900
#0C42
950
#0829

Shades

Darker variations

1#A1E9EE
2#7BE1E8
3#56D8E1
4#30CFDA
5#21B2BD
6#1B8F97
7#146B71
8#0D474B
9#072426

Tints

Lighter variations

1#CCF3F6
2#D2F5F7
3#D8F6F8
4#DDF7F9
5#E3F8FA
6#E8FAFB
7#EEFBFC
8#F4FCFD
9#F9FEFE

Tones

Muted variations

1#C9F0F3
2#CBEEF0
3#CEECEE
4#D0EAEC
5#D2E8E9
6#D5E6E7
7#D7E4E5
8#D9E2E2
9#DCE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFD
BackgroundsSubtle highlightsCard backgrounds
100
E1F8
#E1F8FA
Light backgroundsTable row hoverSkeleton loading
200
C7F2
#C7F2F5
Secondary backgroundsInput backgroundsDividers
300
9BE8
#9BE8ED
BordersInactive statesPlaceholder text
400
67DC
#67DCE4
Disabled statesSecondary iconsMuted text
500
3CD2
#3CD2DD
Primary brand colorCTAsActive elementsLinks
600
22B4
#22B4BF
Hover statesFocus ringsPrimary buttons hover
700
1B8F
#1B8F98
Active/pressed statesDark mode accentsSecondary text
800
1366
#13666C
Text on light backgroundsHeadingsStrong borders
900
0C42
#0C4245
Primary textHigh emphasis contentDark headings
950
0829
#08292B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFD;
  --lavender-100: #E1F8FA;
  --lavender-200: #C7F2F5;
  --lavender-300: #9BE8ED;
  --lavender-400: #67DCE4;
  --lavender-500: #3CD2DD;
  --lavender-600: #22B4BF;
  --lavender-700: #1B8F98;
  --lavender-800: #13666C;
  --lavender-900: #0C4245;
  --lavender-950: #08292B;
}
Generate More ShadesCreate PaletteConvert Color