#41cfe2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
65, 207, 226
HSL
187°, 74%, 57%
CMYK
71, 8, 0, 11
Luminance
0.5124
Every format
| HEX | #41cfe2 |
| RGB | rgb(65, 207, 226) |
| HSL | hsl(187, 74%, 57%) |
| CMYK | cmyk(71%, 8%, 0%, 11%) |
| LAB | lab(76.8 -31.1 -20.3) |
| LCH | lch(76.8 37.1 213.2) |
| OKLCH | oklch(0.788 0.120 208.1) |
Copy-ready code
/* CSS */
color: #41cfe2;
background-color: #41cfe2;
/* Tailwind (arbitrary) */
class="text-[#41cfe2] bg-[#41cfe2]"
/* SCSS */
$brand: #41cfe2;
/* SwiftUI */
Color(red: 0.255, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#41cfe2")Accessibility — WCAG contrast
Aa
#41cfe2 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41cfe2 on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green81.2%
Blue88.6%
CMYK percentages
Cyan71.2%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#41cfe2 text on a black background
contrast 11.25:1
Card sample
#41cfe2 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41cfe2;
Background color
Panel with #41cfe2 background
background-color: #41cfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41cfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41cfe2; background: linear-gradient(135deg, #41cfe2, #4164E2);