#41cdc2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
65, 205, 194
HSL
175°, 58%, 53%
CMYK
68, 0, 5, 20
Luminance
0.4868
Every format
| HEX | #41cdc2 |
| RGB | rgb(65, 205, 194) |
| HSL | hsl(175, 58%, 53%) |
| CMYK | cmyk(68%, 0%, 5%, 20%) |
| LAB | lab(75.3 -39.3 -5.4) |
| LCH | lch(75.3 39.6 187.8) |
| OKLCH | oklch(0.772 0.118 187.4) |
Copy-ready code
/* CSS */
color: #41cdc2;
background-color: #41cdc2;
/* Tailwind (arbitrary) */
class="text-[#41cdc2] bg-[#41cdc2]"
/* SCSS */
$brand: #41cdc2;
/* SwiftUI */
Color(red: 0.255, green: 0.804, blue: 0.761)
/* Android */
Color.parseColor("#41cdc2")Accessibility — WCAG contrast
Aa
#41cdc2 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41cdc2 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green80.4%
Blue76.1%
CMYK percentages
Cyan68.3%
Magenta0.0%
Yellow5.4%
Key (black)19.6%
Color previews
#41cdc2 text on a black background
contrast 10.74:1
Card sample
#41cdc2 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41cdc2;
Background color
Panel with #41cdc2 background
background-color: #41cdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41cdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 205, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 205, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41cdc2; background: linear-gradient(135deg, #41cdc2, #417BCD);