#78eade
a light, vivid cyan · cool · closest name: turquoise
RGB
120, 234, 222
HSL
174°, 73%, 69%
CMYK
49, 0, 5, 8
Luminance
0.6811
Every format
| HEX | #78eade |
| RGB | rgb(120, 234, 222) |
| HSL | hsl(174, 73%, 69%) |
| CMYK | cmyk(49%, 0%, 5%, 8%) |
| LAB | lab(86.1 -35.4 -4.2) |
| LCH | lch(86.1 35.6 186.8) |
| OKLCH | oklch(0.867 0.106 186.4) |
Copy-ready code
/* CSS */
color: #78eade;
background-color: #78eade;
/* Tailwind (arbitrary) */
class="text-[#78eade] bg-[#78eade]"
/* SCSS */
$brand: #78eade;
/* SwiftUI */
Color(red: 0.471, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#78eade")Accessibility — WCAG contrast
Aa
#78eade on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78eade on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green91.8%
Blue87.1%
CMYK percentages
Cyan48.7%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#78eade text on a black background
contrast 14.62:1
Card sample
#78eade text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78eade;
Background color
Panel with #78eade background
background-color: #78eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78eade; background: linear-gradient(135deg, #78eade, #78AAEA);