#41b8cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
65, 184, 207
HSL
190°, 60%, 53%
CMYK
69, 11, 0, 19
Luminance
0.3991
Every format
| HEX | #41b8cf |
| RGB | rgb(65, 184, 207) |
| HSL | hsl(190, 60%, 53%) |
| CMYK | cmyk(69%, 11%, 0%, 19%) |
| LAB | lab(69.4 -25.5 -21.3) |
| LCH | lch(69.4 33.2 219.8) |
| OKLCH | oklch(0.726 0.108 213.1) |
Copy-ready code
/* CSS */
color: #41b8cf;
background-color: #41b8cf;
/* Tailwind (arbitrary) */
class="text-[#41b8cf] bg-[#41b8cf]"
/* SCSS */
$brand: #41b8cf;
/* SwiftUI */
Color(red: 0.255, green: 0.722, blue: 0.812)
/* Android */
Color.parseColor("#41b8cf")Accessibility — WCAG contrast
Aa
#41b8cf on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41b8cf on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green72.2%
Blue81.2%
CMYK percentages
Cyan68.6%
Magenta11.1%
Yellow0.0%
Key (black)18.8%
Color previews
#41b8cf text on a black background
contrast 8.98:1
Card sample
#41b8cf text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41b8cf;
Background color
Panel with #41b8cf background
background-color: #41b8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41b8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 184, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 184, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41b8cf; background: linear-gradient(135deg, #41b8cf, #4159CF);