#78ecfd
a light, electric cyan · cool · closest name: skyblue
RGB
120, 236, 253
HSL
188°, 97%, 73%
CMYK
53, 7, 0, 1
Luminance
0.7108
Every format
| HEX | #78ecfd |
| RGB | rgb(120, 236, 253) |
| HSL | hsl(188, 97%, 73%) |
| CMYK | cmyk(53%, 7%, 0%, 1%) |
| LAB | lab(87.5 -28.4 -18.3) |
| LCH | lch(87.5 33.8 212.8) |
| OKLCH | oklch(0.881 0.108 208.0) |
Copy-ready code
/* CSS */
color: #78ecfd;
background-color: #78ecfd;
/* Tailwind (arbitrary) */
class="text-[#78ecfd] bg-[#78ecfd]"
/* SCSS */
$brand: #78ecfd;
/* SwiftUI */
Color(red: 0.471, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#78ecfd")Accessibility — WCAG contrast
Aa
#78ecfd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78ecfd on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green92.5%
Blue99.2%
CMYK percentages
Cyan52.6%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#78ecfd text on a black background
contrast 15.22:1
Card sample
#78ecfd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78ecfd;
Background color
Panel with #78ecfd background
background-color: #78ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78ecfd; background: linear-gradient(135deg, #78ecfd, #7893FD);