#41afdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
65, 175, 223
HSL
198°, 71%, 57%
CMYK
71, 22, 0, 13
Luminance
0.3711
Every format
| HEX | #41afdf |
| RGB | rgb(65, 175, 223) |
| HSL | hsl(198, 71%, 57%) |
| CMYK | cmyk(71%, 22%, 0%, 13%) |
| LAB | lab(67.4 -15.8 -33.2) |
| LCH | lch(67.4 36.7 244.6) |
| OKLCH | oklch(0.712 0.120 230.9) |
Copy-ready code
/* CSS */
color: #41afdf;
background-color: #41afdf;
/* Tailwind (arbitrary) */
class="text-[#41afdf] bg-[#41afdf]"
/* SCSS */
$brand: #41afdf;
/* SwiftUI */
Color(red: 0.255, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#41afdf")Accessibility — WCAG contrast
Aa
#41afdf on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41afdf on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green68.6%
Blue87.5%
CMYK percentages
Cyan70.9%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#41afdf text on a black background
contrast 8.42:1
Card sample
#41afdf text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41afdf;
Background color
Panel with #41afdf background
background-color: #41afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41afdf; background: linear-gradient(135deg, #41afdf, #4146DF);