#41ccba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
65, 204, 186
HSL
172°, 58%, 53%
CMYK
68, 0, 9, 20
Luminance
0.4785
Every format
| HEX | #41ccba |
| RGB | rgb(65, 204, 186) |
| HSL | hsl(172, 58%, 53%) |
| CMYK | cmyk(68%, 0%, 9%, 20%) |
| LAB | lab(74.7 -41.0 -1.8) |
| LCH | lch(74.7 41.0 182.6) |
| OKLCH | oklch(0.767 0.120 182.7) |
Copy-ready code
/* CSS */
color: #41ccba;
background-color: #41ccba;
/* Tailwind (arbitrary) */
class="text-[#41ccba] bg-[#41ccba]"
/* SCSS */
$brand: #41ccba;
/* SwiftUI */
Color(red: 0.255, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#41ccba")Accessibility — WCAG contrast
Aa
#41ccba on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41ccba on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green80.0%
Blue72.9%
CMYK percentages
Cyan68.1%
Magenta0.0%
Yellow8.8%
Key (black)20.0%
Color previews
#41ccba text on a black background
contrast 10.57:1
Card sample
#41ccba text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41ccba;
Background color
Panel with #41ccba background
background-color: #41ccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41ccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41ccba; background: linear-gradient(135deg, #41ccba, #4181CC);