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