#41afda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
65, 175, 218
HSL
197°, 67%, 56%
CMYK
70, 20, 0, 15
Luminance
0.3685
Every format
| HEX | #41afda |
| RGB | rgb(65, 175, 218) |
| HSL | hsl(197, 67%, 56%) |
| CMYK | cmyk(70%, 20%, 0%, 15%) |
| LAB | lab(67.2 -17.4 -30.7) |
| LCH | lch(67.2 35.3 240.5) |
| OKLCH | oklch(0.710 0.116 228.0) |
Copy-ready code
/* CSS */
color: #41afda;
background-color: #41afda;
/* Tailwind (arbitrary) */
class="text-[#41afda] bg-[#41afda]"
/* SCSS */
$brand: #41afda;
/* SwiftUI */
Color(red: 0.255, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#41afda")Accessibility — WCAG contrast
Aa
#41afda on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41afda on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green68.6%
Blue85.5%
CMYK percentages
Cyan70.2%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#41afda text on a black background
contrast 8.37:1
Card sample
#41afda text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41afda;
Background color
Panel with #41afda background
background-color: #41afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41afda; background: linear-gradient(135deg, #41afda, #4149DA);