#78cceb
a light, vivid cyan · cool · closest name: skyblue
RGB
120, 204, 235
HSL
196°, 74%, 70%
CMYK
49, 13, 0, 8
Luminance
0.5318
Every format
| HEX | #78cceb |
| RGB | rgb(120, 204, 235) |
| HSL | hsl(196, 74%, 70%) |
| CMYK | cmyk(49%, 13%, 0%, 8%) |
| LAB | lab(78.0 -17.3 -23.2) |
| LCH | lch(78.0 29.0 233.3) |
| OKLCH | oklch(0.803 0.093 223.9) |
Copy-ready code
/* CSS */
color: #78cceb;
background-color: #78cceb;
/* Tailwind (arbitrary) */
class="text-[#78cceb] bg-[#78cceb]"
/* SCSS */
$brand: #78cceb;
/* SwiftUI */
Color(red: 0.471, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#78cceb")Accessibility — WCAG contrast
Aa
#78cceb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78cceb on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green80.0%
Blue92.2%
CMYK percentages
Cyan48.9%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#78cceb text on a black background
contrast 11.64:1
Card sample
#78cceb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78cceb;
Background color
Panel with #78cceb background
background-color: #78cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78cceb; background: linear-gradient(135deg, #78cceb, #787FEB);