#65acef
a light, electric blue · cool · closest name: steelblue
RGB
101, 172, 239
HSL
209°, 81%, 67%
CMYK
58, 28, 0, 6
Luminance
0.3850
Every format
| HEX | #65acef |
| RGB | rgb(101, 172, 239) |
| HSL | hsl(209, 81%, 67%) |
| CMYK | cmyk(58%, 28%, 0%, 6%) |
| LAB | lab(68.4 -3.0 -40.2) |
| LCH | lch(68.4 40.3 265.7) |
| OKLCH | oklch(0.726 0.122 248.5) |
Copy-ready code
/* CSS */
color: #65acef;
background-color: #65acef;
/* Tailwind (arbitrary) */
class="text-[#65acef] bg-[#65acef]"
/* SCSS */
$brand: #65acef;
/* SwiftUI */
Color(red: 0.396, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#65acef")Accessibility — WCAG contrast
Aa
#65acef on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65acef on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green67.5%
Blue93.7%
CMYK percentages
Cyan57.7%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#65acef text on a black background
contrast 8.70:1
Card sample
#65acef text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65acef;
Background color
Panel with #65acef background
background-color: #65acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65acef; background: linear-gradient(135deg, #65acef, #7A65EF);