#78cfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
120, 207, 186
HSL
166°, 48%, 64%
CMYK
42, 0, 10, 19
Luminance
0.5216
Every format
| HEX | #78cfba |
| RGB | rgb(120, 207, 186) |
| HSL | hsl(166, 48%, 64%) |
| CMYK | cmyk(42%, 0%, 10%, 19%) |
| LAB | lab(77.4 -31.2 2.2) |
| LCH | lch(77.4 31.3 175.9) |
| OKLCH | oklch(0.794 0.090 176.5) |
Copy-ready code
/* CSS */
color: #78cfba;
background-color: #78cfba;
/* Tailwind (arbitrary) */
class="text-[#78cfba] bg-[#78cfba]"
/* SCSS */
$brand: #78cfba;
/* SwiftUI */
Color(red: 0.471, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#78cfba")Accessibility — WCAG contrast
Aa
#78cfba on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78cfba on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green81.2%
Blue72.9%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#78cfba text on a black background
contrast 11.43:1
Card sample
#78cfba text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78cfba;
Background color
Panel with #78cfba background
background-color: #78cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78cfba; background: linear-gradient(135deg, #78cfba, #78AACF);