#65acf2
a light, electric blue · cool · closest name: steelblue
RGB
101, 172, 242
HSL
210°, 84%, 67%
CMYK
58, 29, 0, 5
Luminance
0.3868
Every format
| HEX | #65acf2 |
| RGB | rgb(101, 172, 242) |
| HSL | hsl(210, 84%, 67%) |
| CMYK | cmyk(58%, 29%, 0%, 5%) |
| LAB | lab(68.5 -2.1 -41.7) |
| LCH | lch(68.5 41.7 267.2) |
| OKLCH | oklch(0.727 0.125 249.6) |
Copy-ready code
/* CSS */
color: #65acf2;
background-color: #65acf2;
/* Tailwind (arbitrary) */
class="text-[#65acf2] bg-[#65acf2]"
/* SCSS */
$brand: #65acf2;
/* SwiftUI */
Color(red: 0.396, green: 0.675, blue: 0.949)
/* Android */
Color.parseColor("#65acf2")Accessibility — WCAG contrast
Aa
#65acf2 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65acf2 on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green67.5%
Blue94.9%
CMYK percentages
Cyan58.3%
Magenta28.9%
Yellow0.0%
Key (black)5.1%
Color previews
#65acf2 text on a black background
contrast 8.74:1
Card sample
#65acf2 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65acf2;
Background color
Panel with #65acf2 background
background-color: #65acf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65acf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 172, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 172, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65acf2; background: linear-gradient(135deg, #65acf2, #7C65F2);