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