#65aefd
a light, electric blue · cool · closest name: dodgerblue
RGB
101, 174, 253
HSL
211°, 97%, 69%
CMYK
60, 31, 0, 1
Luminance
0.4013
Every format
| HEX | #65aefd |
| RGB | rgb(101, 174, 253) |
| HSL | hsl(211, 97%, 69%) |
| CMYK | cmyk(60%, 31%, 0%, 1%) |
| LAB | lab(69.6 0.3 -46.0) |
| LCH | lch(69.6 46.0 270.3) |
| OKLCH | oklch(0.737 0.137 251.8) |
Copy-ready code
/* CSS */
color: #65aefd;
background-color: #65aefd;
/* Tailwind (arbitrary) */
class="text-[#65aefd] bg-[#65aefd]"
/* SCSS */
$brand: #65aefd;
/* SwiftUI */
Color(red: 0.396, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#65aefd")Accessibility — WCAG contrast
Aa
#65aefd on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65aefd on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green68.2%
Blue99.2%
CMYK percentages
Cyan60.1%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#65aefd text on a black background
contrast 9.03:1
Card sample
#65aefd text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65aefd;
Background color
Panel with #65aefd background
background-color: #65aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65aefd; background: linear-gradient(135deg, #65aefd, #8165FD);