#65afee
a light, electric blue · cool · closest name: steelblue
RGB
101, 175, 238
HSL
208°, 80%, 67%
CMYK
58, 27, 0, 7
Luminance
0.3960
Every format
| HEX | #65afee |
| RGB | rgb(101, 175, 238) |
| HSL | hsl(208, 80%, 67%) |
| CMYK | cmyk(58%, 27%, 0%, 7%) |
| LAB | lab(69.2 -5.0 -38.5) |
| LCH | lch(69.2 38.8 262.6) |
| OKLCH | oklch(0.732 0.118 246.0) |
Copy-ready code
/* CSS */
color: #65afee;
background-color: #65afee;
/* Tailwind (arbitrary) */
class="text-[#65afee] bg-[#65afee]"
/* SCSS */
$brand: #65afee;
/* SwiftUI */
Color(red: 0.396, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#65afee")Accessibility — WCAG contrast
Aa
#65afee on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65afee on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green68.6%
Blue93.3%
CMYK percentages
Cyan57.6%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#65afee text on a black background
contrast 8.92:1
Card sample
#65afee text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65afee;
Background color
Panel with #65afee background
background-color: #65afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65afee; background: linear-gradient(135deg, #65afee, #7665EE);