#41dfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
65, 223, 186
HSL
166°, 71%, 57%
CMYK
71, 0, 17, 13
Luminance
0.5744
Every format
| HEX | #41dfba |
| RGB | rgb(65, 223, 186) |
| HSL | hsl(166, 71%, 57%) |
| CMYK | cmyk(71%, 0%, 17%, 13%) |
| LAB | lab(80.4 -49.1 6.4) |
| LCH | lch(80.4 49.6 172.5) |
| OKLCH | oklch(0.814 0.140 173.3) |
Copy-ready code
/* CSS */
color: #41dfba;
background-color: #41dfba;
/* Tailwind (arbitrary) */
class="text-[#41dfba] bg-[#41dfba]"
/* SCSS */
$brand: #41dfba;
/* SwiftUI */
Color(red: 0.255, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#41dfba")Accessibility — WCAG contrast
Aa
#41dfba on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41dfba on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green87.5%
Blue72.9%
CMYK percentages
Cyan70.9%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#41dfba text on a black background
contrast 12.49:1
Card sample
#41dfba text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41dfba;
Background color
Panel with #41dfba background
background-color: #41dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41dfba; background: linear-gradient(135deg, #41dfba, #419BDF);