#65c2da
a balanced, vivid cyan · cool · closest name: skyblue
RGB
101, 194, 218
HSL
192°, 61%, 63%
CMYK
54, 11, 0, 15
Luminance
0.4641
Every format
| HEX | #65c2da |
| RGB | rgb(101, 194, 218) |
| HSL | hsl(192, 61%, 63%) |
| CMYK | cmyk(54%, 11%, 0%, 15%) |
| LAB | lab(73.8 -21.0 -20.4) |
| LCH | lch(73.8 29.3 224.2) |
| OKLCH | oklch(0.766 0.095 216.8) |
Copy-ready code
/* CSS */
color: #65c2da;
background-color: #65c2da;
/* Tailwind (arbitrary) */
class="text-[#65c2da] bg-[#65c2da]"
/* SCSS */
$brand: #65c2da;
/* SwiftUI */
Color(red: 0.396, green: 0.761, blue: 0.855)
/* Android */
Color.parseColor("#65c2da")Accessibility — WCAG contrast
Aa
#65c2da on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65c2da on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green76.1%
Blue85.5%
CMYK percentages
Cyan53.7%
Magenta11.0%
Yellow0.0%
Key (black)14.5%
Color previews
#65c2da text on a black background
contrast 10.28:1
Card sample
#65c2da text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65c2da;
Background color
Panel with #65c2da background
background-color: #65c2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65c2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 194, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 194, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65c2da; background: linear-gradient(135deg, #65c2da, #6574DA);