#78edeb
a light, electric cyan · cool · closest name: turquoise
RGB
120, 237, 235
HSL
179°, 77%, 70%
CMYK
49, 0, 1, 7
Luminance
0.7056
Every format
| HEX | #78edeb |
| RGB | rgb(120, 237, 235) |
| HSL | hsl(179, 77%, 70%) |
| CMYK | cmyk(49%, 0%, 1%, 7%) |
| LAB | lab(87.3 -33.5 -9.2) |
| LCH | lch(87.3 34.8 195.4) |
| OKLCH | oklch(0.878 0.106 193.9) |
Copy-ready code
/* CSS */
color: #78edeb;
background-color: #78edeb;
/* Tailwind (arbitrary) */
class="text-[#78edeb] bg-[#78edeb]"
/* SCSS */
$brand: #78edeb;
/* SwiftUI */
Color(red: 0.471, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#78edeb")Accessibility — WCAG contrast
Aa
#78edeb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78edeb on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green92.9%
Blue92.2%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#78edeb text on a black background
contrast 15.11:1
Card sample
#78edeb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78edeb;
Background color
Panel with #78edeb background
background-color: #78edeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78edeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78edeb; background: linear-gradient(135deg, #78edeb, #78A1ED);