#41beee
a balanced, electric cyan · cool · closest name: skyblue
RGB
65, 190, 238
HSL
197°, 84%, 59%
CMYK
73, 20, 0, 7
Luminance
0.4412
Every format
| HEX | #41beee |
| RGB | rgb(65, 190, 238) |
| HSL | hsl(197, 84%, 59%) |
| CMYK | cmyk(73%, 20%, 0%, 7%) |
| LAB | lab(72.3 -18.8 -33.7) |
| LCH | lch(72.3 38.6 240.8) |
| OKLCH | oklch(0.753 0.127 228.1) |
Copy-ready code
/* CSS */
color: #41beee;
background-color: #41beee;
/* Tailwind (arbitrary) */
class="text-[#41beee] bg-[#41beee]"
/* SCSS */
$brand: #41beee;
/* SwiftUI */
Color(red: 0.255, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#41beee")Accessibility — WCAG contrast
Aa
#41beee on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41beee on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green74.5%
Blue93.3%
CMYK percentages
Cyan72.7%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#41beee text on a black background
contrast 9.82:1
Card sample
#41beee text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41beee;
Background color
Panel with #41beee background
background-color: #41beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41beee; background: linear-gradient(135deg, #41beee, #414BEE);