Lavender

#C7F3F4

Cyan

Color Codes

All color formats for development

HEX
#C7F3F4
RGB
rgb(199, 243, 244)
HSL
hsl(181, 67%, 87%)
OKLCH
oklch(0.934 0.045 198.1)
CMYK
cmyk(18%, 0%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F3
300
#9DEA
400
#6AE0
500
#3FD7
600
#25B9
700
#1D93
800
#1569
900
#0D43
950
#082A

Shades

Darker variations

1#A3ECED
2#7EE4E5
3#58DCDE
4#33D4D7
5#25B7B9
6#1D9294
7#166E6F
8#0F494A
9#072525

Tints

Lighter variations

1#CDF4F5
2#D3F6F6
3#D8F7F7
4#DEF8F8
5#E3F9FA
6#E9FAFB
7#EEFBFC
8#F4FDFD
9#F9FEFE

Tones

Muted variations

1#CAF1F2
2#CCEFF0
3#CEEDED
4#D1EBEB
5#D3E9E9
6#D5E6E7
7#D7E4E5
8#D9E2E2
9#DCE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F9
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3F4
Secondary backgroundsInput backgroundsDividers
300
9DEA
#9DEAEC
BordersInactive statesPlaceholder text
400
6AE0
#6AE0E2
Disabled statesSecondary iconsMuted text
500
3FD7
#3FD7D9
Primary brand colorCTAsActive elementsLinks
600
25B9
#25B9BB
Hover statesFocus ringsPrimary buttons hover
700
1D93
#1D9395
Active/pressed statesDark mode accentsSecondary text
800
1569
#15696A
Text on light backgroundsHeadingsStrong borders
900
0D43
#0D4344
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: #F2FCFC;
  --lavender-100: #E1F9F9;
  --lavender-200: #C8F3F4;
  --lavender-300: #9DEAEC;
  --lavender-400: #6AE0E2;
  --lavender-500: #3FD7D9;
  --lavender-600: #25B9BB;
  --lavender-700: #1D9395;
  --lavender-800: #15696A;
  --lavender-900: #0D4344;
  --lavender-950: #082A2B;
}
Generate More ShadesCreate PaletteConvert Color