Sky Blue

#78C7D3

Cyan

Color Codes

All color formats for development

HEX
#78C7D3
RGB
rgb(120, 199, 211)
HSL
hsl(188, 51%, 65%)
OKLCH
oklch(0.783 0.08 208.1)
CMYK
cmyk(43%, 6%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.93:1

AA AAA

On Black Background

10.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FA
100
#E4F4
200
#CDEA
300
#A6DA
400
#78C7
500
#52B7
600
#379A
700
#2C7B
800
#1F58
900
#1438
950
#0C23

Shades

Darker variations

1#5FBDCB
2#46B2C3
3#399FAF
4#318996
5#29727D
6#205B64
7#18444B
8#102E32
9#081719

Tints

Lighter variations

1#86CDD8
2#93D2DC
3#A1D8E0
4#AEDDE5
5#BCE3E9
6#C9E9EE
7#D7EEF2
8#E4F4F6
9#F2F9FB

Tones

Muted variations

1#7DC4CF
2#81C0CA
3#86BDC6
4#8ABAC1
5#8FB6BD
6#94B3B8
7#98B0B3
8#9DACAF
9#A1A9AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FA
#F3FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E4F4
#E4F4F6
Light backgroundsTable row hoverSkeleton loading
200
CDEA
#CDEAEF
Secondary backgroundsInput backgroundsDividers
300
A6DA
#A6DAE2
BordersInactive statesPlaceholder text
400
78C7
#78C7D3
Disabled statesSecondary iconsMuted text
500
52B7
#52B7C7
Primary brand colorCTAsActive elementsLinks
600
379A
#379AA9
Hover statesFocus ringsPrimary buttons hover
700
2C7B
#2C7B87
Active/pressed statesDark mode accentsSecondary text
800
1F58
#1F5860
Text on light backgroundsHeadingsStrong borders
900
1438
#14383E
Primary textHigh emphasis contentDark headings
950
0C23
#0C2327
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3FAFB;
  --sky-blue-100: #E4F4F6;
  --sky-blue-200: #CDEAEF;
  --sky-blue-300: #A6DAE2;
  --sky-blue-400: #78C7D3;
  --sky-blue-500: #52B7C7;
  --sky-blue-600: #379AA9;
  --sky-blue-700: #2C7B87;
  --sky-blue-800: #1F5860;
  --sky-blue-900: #14383E;
  --sky-blue-950: #0C2327;
}
Generate More ShadesCreate PaletteConvert Color