#41acdf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
65, 172, 223
HSL
199°, 71%, 57%
CMYK
71, 23, 0, 13
Luminance
0.3596
Every format
| HEX | #41acdf |
| RGB | rgb(65, 172, 223) |
| HSL | hsl(199, 71%, 57%) |
| CMYK | cmyk(71%, 23%, 0%, 13%) |
| LAB | lab(66.5 -14.2 -34.5) |
| LCH | lch(66.5 37.3 247.7) |
| OKLCH | oklch(0.705 0.121 233.1) |
Copy-ready code
/* CSS */
color: #41acdf;
background-color: #41acdf;
/* Tailwind (arbitrary) */
class="text-[#41acdf] bg-[#41acdf]"
/* SCSS */
$brand: #41acdf;
/* SwiftUI */
Color(red: 0.255, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#41acdf")Accessibility — WCAG contrast
Aa
#41acdf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41acdf on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green67.5%
Blue87.5%
CMYK percentages
Cyan70.9%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#41acdf text on a black background
contrast 8.19:1
Card sample
#41acdf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41acdf;
Background color
Panel with #41acdf background
background-color: #41acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41acdf; background: linear-gradient(135deg, #41acdf, #4143DF);