#41fbdf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
65, 251, 223
HSL
171°, 96%, 62%
CMYK
74, 0, 11, 2
Luminance
0.7545
Every format
| HEX | #41fbdf |
| RGB | rgb(65, 251, 223) |
| HSL | hsl(171, 96%, 62%) |
| CMYK | cmyk(74%, 0%, 11%, 2%) |
| LAB | lab(89.6 -51.6 0.3) |
| LCH | lch(89.6 51.6 179.7) |
| OKLCH | oklch(0.892 0.149 180.0) |
Copy-ready code
/* CSS */
color: #41fbdf;
background-color: #41fbdf;
/* Tailwind (arbitrary) */
class="text-[#41fbdf] bg-[#41fbdf]"
/* SCSS */
$brand: #41fbdf;
/* SwiftUI */
Color(red: 0.255, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#41fbdf")Accessibility — WCAG contrast
Aa
#41fbdf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41fbdf on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green98.4%
Blue87.5%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#41fbdf text on a black background
contrast 16.09:1
Card sample
#41fbdf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41fbdf;
Background color
Panel with #41fbdf background
background-color: #41fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41fbdf; background: linear-gradient(135deg, #41fbdf, #419BFB);