Lavender

#C7F3F5

Cyan

Color Codes

All color formats for development

HEX
#C7F3F5
RGB
rgb(199, 243, 245)
HSL
hsl(183, 70%, 87%)
OKLCH
oklch(0.934 0.045 199.8)
CMYK
cmyk(19%, 1%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F8
200
#C7F3
300
#9BE9
400
#67DE
500
#3CD5
600
#22B7
700
#1B91
800
#1368
900
#0C43
950
#082A

Shades

Darker variations

1#A1EBEE
2#7BE2E8
3#56DAE1
4#30D2DA
5#21B5BD
6#1B9197
7#146C71
8#0D484B
9#072426

Tints

Lighter variations

1#CCF4F6
2#D2F5F7
3#D8F6F8
4#DDF8F9
5#E3F9FA
6#E8FAFB
7#EEFBFC
8#F4FDFD
9#F9FEFE

Tones

Muted variations

1#C9F1F3
2#CBEFF0
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
C7F3
#C7F3F5
Secondary backgroundsInput backgroundsDividers
300
9BE9
#9BE9ED
BordersInactive statesPlaceholder text
400
67DE
#67DEE4
Disabled statesSecondary iconsMuted text
500
3CD5
#3CD5DD
Primary brand colorCTAsActive elementsLinks
600
22B7
#22B7BF
Hover statesFocus ringsPrimary buttons hover
700
1B91
#1B9198
Active/pressed statesDark mode accentsSecondary text
800
1368
#13686C
Text on light backgroundsHeadingsStrong borders
900
0C43
#0C4345
Primary textHigh emphasis contentDark headings
950
082A
#082A2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFD;
  --lavender-100: #E1F8FA;
  --lavender-200: #C7F3F5;
  --lavender-300: #9BE9ED;
  --lavender-400: #67DEE4;
  --lavender-500: #3CD5DD;
  --lavender-600: #22B7BF;
  --lavender-700: #1B9198;
  --lavender-800: #13686C;
  --lavender-900: #0C4345;
  --lavender-950: #082A2B;
}
Generate More ShadesCreate PaletteConvert Color