#78dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
120, 219, 235
HSL
188°, 74%, 70%
CMYK
49, 7, 0, 8
Luminance
0.6065
Every format
| HEX | #78dbeb |
| RGB | rgb(120, 219, 235) |
| HSL | hsl(188, 74%, 70%) |
| CMYK | cmyk(49%, 7%, 0%, 8%) |
| LAB | lab(82.2 -24.9 -16.8) |
| LCH | lch(82.2 30.0 214.1) |
| OKLCH | oklch(0.837 0.096 209.1) |
Copy-ready code
/* CSS */
color: #78dbeb;
background-color: #78dbeb;
/* Tailwind (arbitrary) */
class="text-[#78dbeb] bg-[#78dbeb]"
/* SCSS */
$brand: #78dbeb;
/* SwiftUI */
Color(red: 0.471, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#78dbeb")Accessibility — WCAG contrast
Aa
#78dbeb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78dbeb on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green85.9%
Blue92.2%
CMYK percentages
Cyan48.9%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#78dbeb text on a black background
contrast 13.13:1
Card sample
#78dbeb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78dbeb;
Background color
Panel with #78dbeb background
background-color: #78dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78dbeb; background: linear-gradient(135deg, #78dbeb, #788EEB);