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