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