#78eccf
a light, electric cyan · cool · closest name: aquamarine
RGB
120, 236, 207
HSL
165°, 75%, 70%
CMYK
49, 0, 12, 8
Luminance
0.6849
Every format
| HEX | #78eccf |
| RGB | rgb(120, 236, 207) |
| HSL | hsl(165, 75%, 70%) |
| CMYK | cmyk(49%, 0%, 12%, 8%) |
| LAB | lab(86.3 -39.8 4.0) |
| LCH | lch(86.3 40.0 174.3) |
| OKLCH | oklch(0.867 0.114 175.0) |
Copy-ready code
/* CSS */
color: #78eccf;
background-color: #78eccf;
/* Tailwind (arbitrary) */
class="text-[#78eccf] bg-[#78eccf]"
/* SCSS */
$brand: #78eccf;
/* SwiftUI */
Color(red: 0.471, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#78eccf")Accessibility — WCAG contrast
Aa
#78eccf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78eccf on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green92.5%
Blue81.2%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#78eccf text on a black background
contrast 14.70:1
Card sample
#78eccf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78eccf;
Background color
Panel with #78eccf background
background-color: #78eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78eccf; background: linear-gradient(135deg, #78eccf, #78BCEC);