#41aeae
a balanced, vivid cyan · cool · closest name: teal
RGB
65, 174, 174
HSL
180°, 46%, 47%
CMYK
63, 0, 0, 32
Luminance
0.3445
Every format
| HEX | #41aeae |
| RGB | rgb(65, 174, 174) |
| HSL | hsl(180, 46%, 47%) |
| CMYK | cmyk(63%, 0%, 0%, 32%) |
| LAB | lab(65.3 -30.4 -9.2) |
| LCH | lch(65.3 31.7 196.8) |
| OKLCH | oklch(0.690 0.098 195.1) |
Copy-ready code
/* CSS */
color: #41aeae;
background-color: #41aeae;
/* Tailwind (arbitrary) */
class="text-[#41aeae] bg-[#41aeae]"
/* SCSS */
$brand: #41aeae;
/* SwiftUI */
Color(red: 0.255, green: 0.682, blue: 0.682)
/* Android */
Color.parseColor("#41aeae")Accessibility — WCAG contrast
Aa
#41aeae on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41aeae on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green68.2%
Blue68.2%
CMYK percentages
Cyan62.6%
Magenta0.0%
Yellow0.0%
Key (black)31.8%
Color previews
#41aeae text on a black background
contrast 7.89:1
Card sample
#41aeae text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41aeae;
Background color
Panel with #41aeae background
background-color: #41aeae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41aeae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 174, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 174, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41aeae; background: linear-gradient(135deg, #41aeae, #4165AE);