#78dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
120, 223, 235
HSL
186°, 74%, 70%
CMYK
49, 5, 0, 8
Luminance
0.6277
Every format
| HEX | #78dfeb |
| RGB | rgb(120, 223, 235) |
| HSL | hsl(186, 74%, 70%) |
| CMYK | cmyk(49%, 5%, 0%, 8%) |
| LAB | lab(83.3 -26.8 -15.1) |
| LCH | lch(83.3 30.8 209.4) |
| OKLCH | oklch(0.846 0.097 205.4) |
Copy-ready code
/* CSS */
color: #78dfeb;
background-color: #78dfeb;
/* Tailwind (arbitrary) */
class="text-[#78dfeb] bg-[#78dfeb]"
/* SCSS */
$brand: #78dfeb;
/* SwiftUI */
Color(red: 0.471, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#78dfeb")Accessibility — WCAG contrast
Aa
#78dfeb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78dfeb on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green87.5%
Blue92.2%
CMYK percentages
Cyan48.9%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#78dfeb text on a black background
contrast 13.55:1
Card sample
#78dfeb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78dfeb;
Background color
Panel with #78dfeb background
background-color: #78dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78dfeb; background: linear-gradient(135deg, #78dfeb, #7892EB);