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