#65cdf4
a light, electric cyan · cool · closest name: skyblue
RGB
101, 205, 244
HSL
196°, 87%, 68%
CMYK
59, 16, 0, 4
Luminance
0.5296
Every format
| HEX | #65cdf4 |
| RGB | rgb(101, 205, 244) |
| HSL | hsl(196, 87%, 68%) |
| CMYK | cmyk(59%, 16%, 0%, 4%) |
| LAB | lab(77.8 -19.1 -28.3) |
| LCH | lch(77.8 34.2 235.9) |
| OKLCH | oklch(0.801 0.111 225.3) |
Copy-ready code
/* CSS */
color: #65cdf4;
background-color: #65cdf4;
/* Tailwind (arbitrary) */
class="text-[#65cdf4] bg-[#65cdf4]"
/* SCSS */
$brand: #65cdf4;
/* SwiftUI */
Color(red: 0.396, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#65cdf4")Accessibility — WCAG contrast
Aa
#65cdf4 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65cdf4 on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green80.4%
Blue95.7%
CMYK percentages
Cyan58.6%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#65cdf4 text on a black background
contrast 11.59:1
Card sample
#65cdf4 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65cdf4;
Background color
Panel with #65cdf4 background
background-color: #65cdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65cdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65cdf4; background: linear-gradient(135deg, #65cdf4, #656DF4);