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