#41cfa0
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
65, 207, 160
HSL
160°, 60%, 53%
CMYK
69, 0, 23, 19
Luminance
0.4829
Every format
| HEX | #41cfa0 |
| RGB | rgb(65, 207, 160) |
| HSL | hsl(160, 60%, 53%) |
| CMYK | cmyk(69%, 0%, 23%, 19%) |
| LAB | lab(75.0 -48.7 12.5) |
| LCH | lch(75.0 50.3 165.6) |
| OKLCH | oklch(0.767 0.139 166.6) |
Copy-ready code
/* CSS */
color: #41cfa0;
background-color: #41cfa0;
/* Tailwind (arbitrary) */
class="text-[#41cfa0] bg-[#41cfa0]"
/* SCSS */
$brand: #41cfa0;
/* SwiftUI */
Color(red: 0.255, green: 0.812, blue: 0.627)
/* Android */
Color.parseColor("#41cfa0")Accessibility — WCAG contrast
Aa
#41cfa0 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41cfa0 on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green81.2%
Blue62.7%
CMYK percentages
Cyan68.6%
Magenta0.0%
Yellow22.7%
Key (black)18.8%
Color previews
#41cfa0 text on a black background
contrast 10.66:1
Card sample
#41cfa0 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41cfa0;
Background color
Panel with #41cfa0 background
background-color: #41cfa0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41cfa0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 207, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 207, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41cfa0; background: linear-gradient(135deg, #41cfa0, #419FCF);