#65afeb
a light, electric blue · cool · closest name: steelblue
RGB
101, 175, 235
HSL
207°, 77%, 66%
CMYK
57, 26, 0, 8
Luminance
0.3942
Every format
| HEX | #65afeb |
| RGB | rgb(101, 175, 235) |
| HSL | hsl(207, 77%, 66%) |
| CMYK | cmyk(57%, 26%, 0%, 8%) |
| LAB | lab(69.1 -5.9 -37.0) |
| LCH | lch(69.1 37.5 260.9) |
| OKLCH | oklch(0.730 0.115 244.8) |
Copy-ready code
/* CSS */
color: #65afeb;
background-color: #65afeb;
/* Tailwind (arbitrary) */
class="text-[#65afeb] bg-[#65afeb]"
/* SCSS */
$brand: #65afeb;
/* SwiftUI */
Color(red: 0.396, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#65afeb")Accessibility — WCAG contrast
Aa
#65afeb on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65afeb on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green68.6%
Blue92.2%
CMYK percentages
Cyan57.0%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#65afeb text on a black background
contrast 8.88:1
Card sample
#65afeb text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65afeb;
Background color
Panel with #65afeb background
background-color: #65afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65afeb; background: linear-gradient(135deg, #65afeb, #7465EB);