#78ccdf
a light, vivid cyan · cool · closest name: skyblue
RGB
120, 204, 223
HSL
191°, 62%, 67%
CMYK
46, 9, 0, 13
Luminance
0.5251
Every format
| HEX | #78ccdf |
| RGB | rgb(120, 204, 223) |
| HSL | hsl(191, 62%, 67%) |
| CMYK | cmyk(46%, 9%, 0%, 13%) |
| LAB | lab(77.6 -20.6 -17.4) |
| LCH | lch(77.6 26.9 220.2) |
| OKLCH | oklch(0.799 0.086 213.9) |
Copy-ready code
/* CSS */
color: #78ccdf;
background-color: #78ccdf;
/* Tailwind (arbitrary) */
class="text-[#78ccdf] bg-[#78ccdf]"
/* SCSS */
$brand: #78ccdf;
/* SwiftUI */
Color(red: 0.471, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#78ccdf")Accessibility — WCAG contrast
Aa
#78ccdf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78ccdf on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green80.0%
Blue87.5%
CMYK percentages
Cyan46.2%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#78ccdf text on a black background
contrast 11.50:1
Card sample
#78ccdf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78ccdf;
Background color
Panel with #78ccdf background
background-color: #78ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78ccdf; background: linear-gradient(135deg, #78ccdf, #7887DF);