#41bfd2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
65, 191, 210
HSL
188°, 62%, 54%
CMYK
69, 9, 0, 18
Luminance
0.4304
Every format
| HEX | #41bfd2 |
| RGB | rgb(65, 191, 210) |
| HSL | hsl(188, 62%, 54%) |
| CMYK | cmyk(69%, 9%, 0%, 18%) |
| LAB | lab(71.6 -28.1 -19.6) |
| LCH | lch(71.6 34.2 214.9) |
| OKLCH | oklch(0.744 0.111 209.4) |
Copy-ready code
/* CSS */
color: #41bfd2;
background-color: #41bfd2;
/* Tailwind (arbitrary) */
class="text-[#41bfd2] bg-[#41bfd2]"
/* SCSS */
$brand: #41bfd2;
/* SwiftUI */
Color(red: 0.255, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#41bfd2")Accessibility — WCAG contrast
Aa
#41bfd2 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41bfd2 on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green74.9%
Blue82.4%
CMYK percentages
Cyan69.0%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#41bfd2 text on a black background
contrast 9.61:1
Card sample
#41bfd2 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41bfd2;
Background color
Panel with #41bfd2 background
background-color: #41bfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41bfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41bfd2; background: linear-gradient(135deg, #41bfd2, #415ED2);