#41abb4
a balanced, vivid cyan · cool · closest name: teal
RGB
65, 171, 180
HSL
185°, 47%, 48%
CMYK
64, 5, 0, 29
Luminance
0.3354
Every format
| HEX | #41abb4 |
| RGB | rgb(65, 171, 180) |
| HSL | hsl(185, 47%, 48%) |
| CMYK | cmyk(64%, 5%, 0%, 29%) |
| LAB | lab(64.6 -27.1 -13.6) |
| LCH | lch(64.6 30.4 206.6) |
| OKLCH | oklch(0.684 0.096 203.1) |
Copy-ready code
/* CSS */
color: #41abb4;
background-color: #41abb4;
/* Tailwind (arbitrary) */
class="text-[#41abb4] bg-[#41abb4]"
/* SCSS */
$brand: #41abb4;
/* SwiftUI */
Color(red: 0.255, green: 0.671, blue: 0.706)
/* Android */
Color.parseColor("#41abb4")Accessibility — WCAG contrast
Aa
#41abb4 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41abb4 on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green67.1%
Blue70.6%
CMYK percentages
Cyan63.9%
Magenta5.0%
Yellow0.0%
Key (black)29.4%
Color previews
#41abb4 text on a black background
contrast 7.71:1
Card sample
#41abb4 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41abb4;
Background color
Panel with #41abb4 background
background-color: #41abb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41abb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 171, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 171, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41abb4; background: linear-gradient(135deg, #41abb4, #415EB4);