#65cdfd
a light, electric cyan · cool · closest name: skyblue
RGB
101, 205, 253
HSL
199°, 97%, 69%
CMYK
60, 19, 0, 1
Luminance
0.5352
Every format
| HEX | #65cdfd |
| RGB | rgb(101, 205, 253) |
| HSL | hsl(199, 97%, 69%) |
| CMYK | cmyk(60%, 19%, 0%, 1%) |
| LAB | lab(78.2 -16.5 -32.6) |
| LCH | lch(78.2 36.5 243.2) |
| OKLCH | oklch(0.805 0.118 230.7) |
Copy-ready code
/* CSS */
color: #65cdfd;
background-color: #65cdfd;
/* Tailwind (arbitrary) */
class="text-[#65cdfd] bg-[#65cdfd]"
/* SCSS */
$brand: #65cdfd;
/* SwiftUI */
Color(red: 0.396, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#65cdfd")Accessibility — WCAG contrast
Aa
#65cdfd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65cdfd on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green80.4%
Blue99.2%
CMYK percentages
Cyan60.1%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#65cdfd text on a black background
contrast 11.70:1
Card sample
#65cdfd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65cdfd;
Background color
Panel with #65cdfd background
background-color: #65cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65cdfd; background: linear-gradient(135deg, #65cdfd, #6568FD);