#65cdf0
a light, electric cyan · cool · closest name: skyblue
RGB
101, 205, 240
HSL
195°, 82%, 67%
CMYK
58, 15, 0, 6
Luminance
0.5272
Every format
| HEX | #65cdf0 |
| RGB | rgb(101, 205, 240) |
| HSL | hsl(195, 82%, 67%) |
| CMYK | cmyk(58%, 15%, 0%, 6%) |
| LAB | lab(77.7 -20.3 -26.4) |
| LCH | lch(77.7 33.3 232.4) |
| OKLCH | oklch(0.800 0.108 222.8) |
Copy-ready code
/* CSS */
color: #65cdf0;
background-color: #65cdf0;
/* Tailwind (arbitrary) */
class="text-[#65cdf0] bg-[#65cdf0]"
/* SCSS */
$brand: #65cdf0;
/* SwiftUI */
Color(red: 0.396, green: 0.804, blue: 0.941)
/* Android */
Color.parseColor("#65cdf0")Accessibility — WCAG contrast
Aa
#65cdf0 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65cdf0 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green80.4%
Blue94.1%
CMYK percentages
Cyan57.9%
Magenta14.6%
Yellow0.0%
Key (black)5.9%
Color previews
#65cdf0 text on a black background
contrast 11.54:1
Card sample
#65cdf0 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65cdf0;
Background color
Panel with #65cdf0 background
background-color: #65cdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65cdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 205, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 205, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65cdf0; background: linear-gradient(135deg, #65cdf0, #6571F0);