#41bddf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
65, 189, 223
HSL
193°, 71%, 57%
CMYK
71, 15, 0, 13
Luminance
0.4285
Every format
| HEX | #41bddf |
| RGB | rgb(65, 189, 223) |
| HSL | hsl(193, 71%, 57%) |
| CMYK | cmyk(71%, 15%, 0%, 13%) |
| LAB | lab(71.5 -23.1 -26.9) |
| LCH | lch(71.5 35.4 229.4) |
| OKLCH | oklch(0.745 0.117 220.0) |
Copy-ready code
/* CSS */
color: #41bddf;
background-color: #41bddf;
/* Tailwind (arbitrary) */
class="text-[#41bddf] bg-[#41bddf]"
/* SCSS */
$brand: #41bddf;
/* SwiftUI */
Color(red: 0.255, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#41bddf")Accessibility — WCAG contrast
Aa
#41bddf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41bddf on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green74.1%
Blue87.5%
CMYK percentages
Cyan70.9%
Magenta15.2%
Yellow0.0%
Key (black)12.5%
Color previews
#41bddf text on a black background
contrast 9.57:1
Card sample
#41bddf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41bddf;
Background color
Panel with #41bddf background
background-color: #41bddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41bddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41bddf; background: linear-gradient(135deg, #41bddf, #4154DF);