#41cfad
a balanced, vivid cyan · cool · closest name: turquoise
RGB
65, 207, 173
HSL
166°, 60%, 53%
CMYK
69, 0, 16, 19
Luminance
0.4877
Every format
| HEX | #41cfad |
| RGB | rgb(65, 207, 173) |
| HSL | hsl(166, 60%, 53%) |
| CMYK | cmyk(69%, 0%, 16%, 19%) |
| LAB | lab(75.3 -45.6 6.0) |
| LCH | lch(75.3 46.0 172.5) |
| OKLCH | oklch(0.771 0.130 173.3) |
Copy-ready code
/* CSS */
color: #41cfad;
background-color: #41cfad;
/* Tailwind (arbitrary) */
class="text-[#41cfad] bg-[#41cfad]"
/* SCSS */
$brand: #41cfad;
/* SwiftUI */
Color(red: 0.255, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#41cfad")Accessibility — WCAG contrast
Aa
#41cfad on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41cfad on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green81.2%
Blue67.8%
CMYK percentages
Cyan68.6%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#41cfad text on a black background
contrast 10.75:1
Card sample
#41cfad text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41cfad;
Background color
Panel with #41cfad background
background-color: #41cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41cfad; background: linear-gradient(135deg, #41cfad, #4192CF);