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