#41b0cb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
65, 176, 203
HSL
192°, 57%, 53%
CMYK
68, 13, 0, 20
Luminance
0.3649
Every format
| HEX | #41b0cb |
| RGB | rgb(65, 176, 203) |
| HSL | hsl(192, 57%, 53%) |
| CMYK | cmyk(68%, 13%, 0%, 20%) |
| LAB | lab(66.9 -22.7 -22.9) |
| LCH | lch(66.9 32.2 225.3) |
| OKLCH | oklch(0.706 0.106 217.1) |
Copy-ready code
/* CSS */
color: #41b0cb;
background-color: #41b0cb;
/* Tailwind (arbitrary) */
class="text-[#41b0cb] bg-[#41b0cb]"
/* SCSS */
$brand: #41b0cb;
/* SwiftUI */
Color(red: 0.255, green: 0.690, blue: 0.796)
/* Android */
Color.parseColor("#41b0cb")Accessibility — WCAG contrast
Aa
#41b0cb on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41b0cb on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green69.0%
Blue79.6%
CMYK percentages
Cyan68.0%
Magenta13.3%
Yellow0.0%
Key (black)20.4%
Color previews
#41b0cb text on a black background
contrast 8.30:1
Card sample
#41b0cb text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41b0cb;
Background color
Panel with #41b0cb background
background-color: #41b0cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41b0cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 176, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 176, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41b0cb; background: linear-gradient(135deg, #41b0cb, #4154CB);