#78c9da
a light, vivid cyan · cool · closest name: skyblue
RGB
120, 201, 218
HSL
190°, 57%, 66%
CMYK
45, 8, 0, 15
Luminance
0.5083
Every format
| HEX | #78c9da |
| RGB | rgb(120, 201, 218) |
| HSL | hsl(190, 57%, 66%) |
| CMYK | cmyk(45%, 8%, 0%, 15%) |
| LAB | lab(76.6 -20.4 -16.2) |
| LCH | lch(76.6 26.0 218.5) |
| OKLCH | oklch(0.790 0.083 212.6) |
Copy-ready code
/* CSS */
color: #78c9da;
background-color: #78c9da;
/* Tailwind (arbitrary) */
class="text-[#78c9da] bg-[#78c9da]"
/* SCSS */
$brand: #78c9da;
/* SwiftUI */
Color(red: 0.471, green: 0.788, blue: 0.855)
/* Android */
Color.parseColor("#78c9da")Accessibility — WCAG contrast
Aa
#78c9da on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78c9da on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green78.8%
Blue85.5%
CMYK percentages
Cyan45.0%
Magenta7.8%
Yellow0.0%
Key (black)14.5%
Color previews
#78c9da text on a black background
contrast 11.17:1
Card sample
#78c9da text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78c9da;
Background color
Panel with #78c9da background
background-color: #78c9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78c9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 201, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 201, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78c9da; background: linear-gradient(135deg, #78c9da, #7888DA);