#65bdfb
a light, electric blue · cool · closest name: skyblue
RGB
101, 189, 251
HSL
205°, 95%, 69%
CMYK
60, 25, 0, 2
Luminance
0.4613
Every format
| HEX | #65bdfb |
| RGB | rgb(101, 189, 251) |
| HSL | hsl(205, 95%, 69%) |
| CMYK | cmyk(60%, 25%, 0%, 2%) |
| LAB | lab(73.6 -8.6 -38.6) |
| LCH | lch(73.6 39.5 257.4) |
| OKLCH | oklch(0.768 0.123 241.5) |
Copy-ready code
/* CSS */
color: #65bdfb;
background-color: #65bdfb;
/* Tailwind (arbitrary) */
class="text-[#65bdfb] bg-[#65bdfb]"
/* SCSS */
$brand: #65bdfb;
/* SwiftUI */
Color(red: 0.396, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#65bdfb")Accessibility — WCAG contrast
Aa
#65bdfb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65bdfb on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green74.1%
Blue98.4%
CMYK percentages
Cyan59.8%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#65bdfb text on a black background
contrast 10.23:1
Card sample
#65bdfb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65bdfb;
Background color
Panel with #65bdfb background
background-color: #65bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65bdfb; background: linear-gradient(135deg, #65bdfb, #7165FB);