#65abdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
101, 171, 223
HSL
206°, 66%, 64%
CMYK
55, 23, 0, 13
Luminance
0.3722
Every format
| HEX | #65abdf |
| RGB | rgb(101, 171, 223) |
| HSL | hsl(206, 66%, 64%) |
| CMYK | cmyk(55%, 23%, 0%, 13%) |
| LAB | lab(67.4 -7.4 -33.0) |
| LCH | lch(67.4 33.8 257.4) |
| OKLCH | oklch(0.716 0.104 242.3) |
Copy-ready code
/* CSS */
color: #65abdf;
background-color: #65abdf;
/* Tailwind (arbitrary) */
class="text-[#65abdf] bg-[#65abdf]"
/* SCSS */
$brand: #65abdf;
/* SwiftUI */
Color(red: 0.396, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#65abdf")Accessibility — WCAG contrast
Aa
#65abdf on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65abdf on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green67.1%
Blue87.5%
CMYK percentages
Cyan54.7%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#65abdf text on a black background
contrast 8.44:1
Card sample
#65abdf text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65abdf;
Background color
Panel with #65abdf background
background-color: #65abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65abdf; background: linear-gradient(135deg, #65abdf, #7065DF);