#65dafe
a light, electric cyan · cool · closest name: skyblue
RGB
101, 218, 254
HSL
194°, 99%, 70%
CMYK
60, 14, 0, 0
Luminance
0.6007
Every format
| HEX | #65dafe |
| RGB | rgb(101, 218, 254) |
| HSL | hsl(194, 99%, 70%) |
| CMYK | cmyk(60%, 14%, 0%, 0%) |
| LAB | lab(81.9 -22.8 -27.5) |
| LCH | lch(81.9 35.7 230.3) |
| OKLCH | oklch(0.835 0.116 221.1) |
Copy-ready code
/* CSS */
color: #65dafe;
background-color: #65dafe;
/* Tailwind (arbitrary) */
class="text-[#65dafe] bg-[#65dafe]"
/* SCSS */
$brand: #65dafe;
/* SwiftUI */
Color(red: 0.396, green: 0.855, blue: 0.996)
/* Android */
Color.parseColor("#65dafe")Accessibility — WCAG contrast
Aa
#65dafe on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65dafe on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green85.5%
Blue99.6%
CMYK percentages
Cyan60.2%
Magenta14.2%
Yellow0.0%
Key (black)0.4%
Color previews
#65dafe text on a black background
contrast 13.01:1
Card sample
#65dafe text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65dafe;
Background color
Panel with #65dafe background
background-color: #65dafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65dafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 218, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 218, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65dafe; background: linear-gradient(135deg, #65dafe, #6574FE);