#4edbdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
78, 219, 223
HSL
182°, 69%, 59%
CMYK
65, 2, 0, 13
Luminance
0.5761
Every format
| HEX | #4edbdf |
| RGB | rgb(78, 219, 223) |
| HSL | hsl(182, 69%, 59%) |
| CMYK | cmyk(65%, 2%, 0%, 13%) |
| LAB | lab(80.5 -35.8 -13.1) |
| LCH | lch(80.5 38.2 200.1) |
| OKLCH | oklch(0.819 0.119 197.8) |
Copy-ready code
/* CSS */
color: #4edbdf;
background-color: #4edbdf;
/* Tailwind (arbitrary) */
class="text-[#4edbdf] bg-[#4edbdf]"
/* SCSS */
$brand: #4edbdf;
/* SwiftUI */
Color(red: 0.306, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#4edbdf")Accessibility — WCAG contrast
Aa
#4edbdf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4edbdf on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green85.9%
Blue87.5%
CMYK percentages
Cyan65.0%
Magenta1.8%
Yellow0.0%
Key (black)12.5%
Color previews
#4edbdf text on a black background
contrast 12.52:1
Card sample
#4edbdf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4edbdf;
Background color
Panel with #4edbdf background
background-color: #4edbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4edbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4edbdf; background: linear-gradient(135deg, #4edbdf, #4E7ADF);