#41dfad
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
65, 223, 173
HSL
161°, 71%, 57%
CMYK
71, 0, 22, 13
Luminance
0.5692
Every format
| HEX | #41dfad |
| RGB | rgb(65, 223, 173) |
| HSL | hsl(161, 71%, 57%) |
| CMYK | cmyk(71%, 0%, 22%, 13%) |
| LAB | lab(80.1 -52.2 12.9) |
| LCH | lch(80.1 53.8 166.1) |
| OKLCH | oklch(0.810 0.148 167.2) |
Copy-ready code
/* CSS */
color: #41dfad;
background-color: #41dfad;
/* Tailwind (arbitrary) */
class="text-[#41dfad] bg-[#41dfad]"
/* SCSS */
$brand: #41dfad;
/* SwiftUI */
Color(red: 0.255, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#41dfad")Accessibility — WCAG contrast
Aa
#41dfad on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41dfad on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green87.5%
Blue67.8%
CMYK percentages
Cyan70.9%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#41dfad text on a black background
contrast 12.38:1
Card sample
#41dfad text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41dfad;
Background color
Panel with #41dfad background
background-color: #41dfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41dfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41dfad; background: linear-gradient(135deg, #41dfad, #41A8DF);