#41eddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
65, 237, 223
HSL
175°, 83%, 59%
CMYK
73, 0, 6, 7
Luminance
0.6702
Every format
| HEX | #41eddf |
| RGB | rgb(65, 237, 223) |
| HSL | hsl(175, 83%, 59%) |
| CMYK | cmyk(73%, 0%, 6%, 7%) |
| LAB | lab(85.5 -45.6 -5.7) |
| LCH | lch(85.5 46.0 187.1) |
| OKLCH | oklch(0.858 0.137 186.8) |
Copy-ready code
/* CSS */
color: #41eddf;
background-color: #41eddf;
/* Tailwind (arbitrary) */
class="text-[#41eddf] bg-[#41eddf]"
/* SCSS */
$brand: #41eddf;
/* SwiftUI */
Color(red: 0.255, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#41eddf")Accessibility — WCAG contrast
Aa
#41eddf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41eddf on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green92.9%
Blue87.5%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#41eddf text on a black background
contrast 14.40:1
Card sample
#41eddf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41eddf;
Background color
Panel with #41eddf background
background-color: #41eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41eddf; background: linear-gradient(135deg, #41eddf, #4188ED);