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