#41c6cd
a balanced, vivid cyan · cool · closest name: turquoise
RGB
65, 198, 205
HSL
183°, 58%, 53%
CMYK
68, 3, 0, 20
Luminance
0.4592
Every format
| HEX | #41c6cd |
| RGB | rgb(65, 198, 205) |
| HSL | hsl(183, 58%, 53%) |
| CMYK | cmyk(68%, 3%, 0%, 20%) |
| LAB | lab(73.5 -32.9 -14.0) |
| LCH | lch(73.5 35.8 203.0) |
| OKLCH | oklch(0.759 0.112 200.2) |
Copy-ready code
/* CSS */
color: #41c6cd;
background-color: #41c6cd;
/* Tailwind (arbitrary) */
class="text-[#41c6cd] bg-[#41c6cd]"
/* SCSS */
$brand: #41c6cd;
/* SwiftUI */
Color(red: 0.255, green: 0.776, blue: 0.804)
/* Android */
Color.parseColor("#41c6cd")Accessibility — WCAG contrast
Aa
#41c6cd on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41c6cd on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green77.6%
Blue80.4%
CMYK percentages
Cyan68.3%
Magenta3.4%
Yellow0.0%
Key (black)19.6%
Color previews
#41c6cd text on a black background
contrast 10.18:1
Card sample
#41c6cd text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41c6cd;
Background color
Panel with #41c6cd background
background-color: #41c6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41c6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 198, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 198, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41c6cd; background: linear-gradient(135deg, #41c6cd, #4169CD);