#41afbc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
65, 175, 188
HSL
186°, 49%, 50%
CMYK
65, 7, 0, 26
Luminance
0.3541
Every format
| HEX | #41afbc |
| RGB | rgb(65, 175, 188) |
| HSL | hsl(186, 49%, 50%) |
| CMYK | cmyk(65%, 7%, 0%, 26%) |
| LAB | lab(66.1 -26.8 -15.8) |
| LCH | lch(66.1 31.1 210.6) |
| OKLCH | oklch(0.697 0.100 206.2) |
Copy-ready code
/* CSS */
color: #41afbc;
background-color: #41afbc;
/* Tailwind (arbitrary) */
class="text-[#41afbc] bg-[#41afbc]"
/* SCSS */
$brand: #41afbc;
/* SwiftUI */
Color(red: 0.255, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#41afbc")Accessibility — WCAG contrast
Aa
#41afbc on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41afbc on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green68.6%
Blue73.7%
CMYK percentages
Cyan65.4%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#41afbc text on a black background
contrast 8.08:1
Card sample
#41afbc text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41afbc;
Background color
Panel with #41afbc background
background-color: #41afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41afbc; background: linear-gradient(135deg, #41afbc, #415DBC);