#41acda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
65, 172, 218
HSL
198°, 67%, 56%
CMYK
70, 21, 0, 15
Luminance
0.3569
Every format
| HEX | #41acda |
| RGB | rgb(65, 172, 218) |
| HSL | hsl(198, 67%, 56%) |
| CMYK | cmyk(70%, 21%, 0%, 15%) |
| LAB | lab(66.3 -15.8 -32.1) |
| LCH | lch(66.3 35.8 243.8) |
| OKLCH | oklch(0.703 0.117 230.4) |
Copy-ready code
/* CSS */
color: #41acda;
background-color: #41acda;
/* Tailwind (arbitrary) */
class="text-[#41acda] bg-[#41acda]"
/* SCSS */
$brand: #41acda;
/* SwiftUI */
Color(red: 0.255, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#41acda")Accessibility — WCAG contrast
Aa
#41acda on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41acda on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green67.5%
Blue85.5%
CMYK percentages
Cyan70.2%
Magenta21.1%
Yellow0.0%
Key (black)14.5%
Color previews
#41acda text on a black background
contrast 8.14:1
Card sample
#41acda text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41acda;
Background color
Panel with #41acda background
background-color: #41acda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41acda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41acda; background: linear-gradient(135deg, #41acda, #4146DA);