#41cdcf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
65, 205, 207
HSL
181°, 60%, 53%
CMYK
69, 1, 0, 19
Luminance
0.4929
Every format
| HEX | #41cdcf |
| RGB | rgb(65, 205, 207) |
| HSL | hsl(181, 60%, 53%) |
| CMYK | cmyk(69%, 1%, 0%, 19%) |
| LAB | lab(75.6 -35.7 -11.8) |
| LCH | lch(75.6 37.6 198.4) |
| OKLCH | oklch(0.776 0.116 196.4) |
Copy-ready code
/* CSS */
color: #41cdcf;
background-color: #41cdcf;
/* Tailwind (arbitrary) */
class="text-[#41cdcf] bg-[#41cdcf]"
/* SCSS */
$brand: #41cdcf;
/* SwiftUI */
Color(red: 0.255, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#41cdcf")Accessibility — WCAG contrast
Aa
#41cdcf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41cdcf on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green80.4%
Blue81.2%
CMYK percentages
Cyan68.6%
Magenta1.0%
Yellow0.0%
Key (black)18.8%
Color previews
#41cdcf text on a black background
contrast 10.86:1
Card sample
#41cdcf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41cdcf;
Background color
Panel with #41cdcf background
background-color: #41cdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41cdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41cdcf; background: linear-gradient(135deg, #41cdcf, #416ECF);