#41dbeb
a balanced, electric cyan · cool · closest name: cyan
RGB
65, 219, 235
HSL
186°, 81%, 59%
CMYK
72, 7, 0, 8
Luminance
0.5779
Every format
| HEX | #41dbeb |
| RGB | rgb(65, 219, 235) |
| HSL | hsl(186, 81%, 59%) |
| CMYK | cmyk(72%, 7%, 0%, 8%) |
| LAB | lab(80.6 -34.1 -19.4) |
| LCH | lch(80.6 39.2 209.6) |
| OKLCH | oklch(0.820 0.126 205.3) |
Copy-ready code
/* CSS */
color: #41dbeb;
background-color: #41dbeb;
/* Tailwind (arbitrary) */
class="text-[#41dbeb] bg-[#41dbeb]"
/* SCSS */
$brand: #41dbeb;
/* SwiftUI */
Color(red: 0.255, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#41dbeb")Accessibility — WCAG contrast
Aa
#41dbeb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41dbeb on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green85.9%
Blue92.2%
CMYK percentages
Cyan72.3%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#41dbeb text on a black background
contrast 12.56:1
Card sample
#41dbeb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41dbeb;
Background color
Panel with #41dbeb background
background-color: #41dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41dbeb; background: linear-gradient(135deg, #41dbeb, #416AEB);