#41abcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
65, 171, 207
HSL
195°, 60%, 53%
CMYK
69, 17, 0, 19
Luminance
0.3475
Every format
| HEX | #41abcf |
| RGB | rgb(65, 171, 207) |
| HSL | hsl(195, 60%, 53%) |
| CMYK | cmyk(69%, 17%, 0%, 19%) |
| LAB | lab(65.5 -18.8 -27.1) |
| LCH | lch(65.5 33.0 235.2) |
| OKLCH | oklch(0.695 0.109 224.3) |
Copy-ready code
/* CSS */
color: #41abcf;
background-color: #41abcf;
/* Tailwind (arbitrary) */
class="text-[#41abcf] bg-[#41abcf]"
/* SCSS */
$brand: #41abcf;
/* SwiftUI */
Color(red: 0.255, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#41abcf")Accessibility — WCAG contrast
Aa
#41abcf on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41abcf on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green67.1%
Blue81.2%
CMYK percentages
Cyan68.6%
Magenta17.4%
Yellow0.0%
Key (black)18.8%
Color previews
#41abcf text on a black background
contrast 7.95:1
Card sample
#41abcf text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41abcf;
Background color
Panel with #41abcf background
background-color: #41abcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41abcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41abcf; background: linear-gradient(135deg, #41abcf, #414CCF);