#4ececf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
78, 206, 207
HSL
181°, 57%, 56%
CMYK
62, 1, 0, 19
Luminance
0.5027
Every format
| HEX | #4ececf |
| RGB | rgb(78, 206, 207) |
| HSL | hsl(181, 57%, 56%) |
| CMYK | cmyk(62%, 1%, 0%, 19%) |
| LAB | lab(76.2 -34.2 -10.9) |
| LCH | lch(76.2 35.9 197.7) |
| OKLCH | oklch(0.782 0.111 195.9) |
Copy-ready code
/* CSS */
color: #4ececf;
background-color: #4ececf;
/* Tailwind (arbitrary) */
class="text-[#4ececf] bg-[#4ececf]"
/* SCSS */
$brand: #4ececf;
/* SwiftUI */
Color(red: 0.306, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#4ececf")Accessibility — WCAG contrast
Aa
#4ececf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ececf on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green80.8%
Blue81.2%
CMYK percentages
Cyan62.3%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#4ececf text on a black background
contrast 11.05:1
Card sample
#4ececf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ececf;
Background color
Panel with #4ececf background
background-color: #4ececf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ececf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ececf; background: linear-gradient(135deg, #4ececf, #4E78CF);