#41decf
a balanced, vivid cyan · cool · “turquoise”
RGB
65, 222, 207
HSL
174°, 70%, 56%
CMYK
71, 0, 7, 13
Luminance
0.5787
Every format
| HEX | #41decf |
| RGB | rgb(65, 222, 207) |
| HSL | hsl(174, 70%, 56%) |
| CMYK | cmyk(71%, 0%, 7%, 13%) |
| LAB | lab(80.7 -43.4 -4.4) |
| LCH | lch(80.7 43.6 185.8) |
| OKLCH | oklch(0.817 0.129 185.6) |
Copy-ready code
/* CSS */
color: #41decf;
background-color: #41decf;
/* Tailwind (arbitrary) */
class="text-[#41decf] bg-[#41decf]"
/* SCSS */
$brand: #41decf;
/* SwiftUI */
Color(red: 0.255, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#41decf")Accessibility — WCAG contrast
Aa
#41decf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41decf on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green87.1%
Blue81.2%
CMYK percentages
Cyan70.7%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#41decf text on a black background
contrast 12.57:1
Card sample
#41decf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41decf;
Background color
Panel with #41decf background
background-color: #41decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41decf; background: linear-gradient(135deg, #41decf, #4184DE);