Lavender

#C5F0F7

Cyan

Color Codes

All color formats for development

HEX
#C5F0F7
RGB
rgb(197, 240, 247)
HSL
hsl(188, 76%, 87%)
OKLCH
oklch(0.927 0.045 208.5)
CMYK
cmyk(20%, 3%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.22:1

AA AAA

On Black Background

17.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E0F7
200
#C5F0
300
#98E5
400
#62D7
500
#35CC
600
#1BAF
700
#158B
800
#0F63
900
#0A40
950
#0628

Shades

Darker variations

1#9EE7F2
2#77DDEC
3#50D3E7
4#28C9E2
5#1BADC3
6#158A9C
7#106875
8#0B454E
9#052327

Tints

Lighter variations

1#CAF2F8
2#D0F3F9
3#D6F5F9
4#DCF6FA
5#E2F8FB
6#E8F9FC
7#EDFBFD
8#F3FCFD
9#F9FEFE

Tones

Muted variations

1#C7EEF5
2#CAEDF2
3#CCEBEF
4#CFE9ED
5#D1E7EA
6#D4E5E8
7#D6E3E5
8#D9E2E3
9#DBE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFD
BackgroundsSubtle highlightsCard backgrounds
100
E0F7
#E0F7FB
Light backgroundsTable row hoverSkeleton loading
200
C5F0
#C5F0F7
Secondary backgroundsInput backgroundsDividers
300
98E5
#98E5F1
BordersInactive statesPlaceholder text
400
62D7
#62D7EA
Disabled statesSecondary iconsMuted text
500
35CC
#35CCE3
Primary brand colorCTAsActive elementsLinks
600
1BAF
#1BAFC5
Hover statesFocus ringsPrimary buttons hover
700
158B
#158B9D
Active/pressed statesDark mode accentsSecondary text
800
0F63
#0F6370
Text on light backgroundsHeadingsStrong borders
900
0A40
#0A4048
Primary textHigh emphasis contentDark headings
950
0628
#06282D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFD;
  --lavender-100: #E0F7FB;
  --lavender-200: #C5F0F7;
  --lavender-300: #98E5F1;
  --lavender-400: #62D7EA;
  --lavender-500: #35CCE3;
  --lavender-600: #1BAFC5;
  --lavender-700: #158B9D;
  --lavender-800: #0F6370;
  --lavender-900: #0A4048;
  --lavender-950: #06282D;
}
Generate More ShadesCreate PaletteConvert Color