#65dafc
a light, electric cyan · cool · closest name: skyblue
RGB
101, 218, 252
HSL
194°, 96%, 69%
CMYK
60, 14, 0, 1
Luminance
0.5994
Every format
| HEX | #65dafc |
| RGB | rgb(101, 218, 252) |
| HSL | hsl(194, 96%, 69%) |
| CMYK | cmyk(60%, 14%, 0%, 1%) |
| LAB | lab(81.8 -23.4 -26.5) |
| LCH | lch(81.8 35.3 228.6) |
| OKLCH | oklch(0.834 0.115 219.8) |
Copy-ready code
/* CSS */
color: #65dafc;
background-color: #65dafc;
/* Tailwind (arbitrary) */
class="text-[#65dafc] bg-[#65dafc]"
/* SCSS */
$brand: #65dafc;
/* SwiftUI */
Color(red: 0.396, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#65dafc")Accessibility — WCAG contrast
Aa
#65dafc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65dafc on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green85.5%
Blue98.8%
CMYK percentages
Cyan59.9%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#65dafc text on a black background
contrast 12.99:1
Card sample
#65dafc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65dafc;
Background color
Panel with #65dafc background
background-color: #65dafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65dafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65dafc; background: linear-gradient(135deg, #65dafc, #6575FC);