#65799f
a balanced, soft blue · cool · closest name: steelblue
RGB
101, 121, 159
HSL
219°, 23%, 51%
CMYK
37, 24, 0, 38
Luminance
0.1894
Every format
| HEX | #65799f |
| RGB | rgb(101, 121, 159) |
| HSL | hsl(219, 23%, 51%) |
| CMYK | cmyk(37%, 24%, 0%, 38%) |
| LAB | lab(50.6 2.4 -22.8) |
| LCH | lch(50.6 22.9 276.0) |
| OKLCH | oklch(0.575 0.064 263.0) |
Copy-ready code
/* CSS */
color: #65799f;
background-color: #65799f;
/* Tailwind (arbitrary) */
class="text-[#65799f] bg-[#65799f]"
/* SCSS */
$brand: #65799f;
/* SwiftUI */
Color(red: 0.396, green: 0.475, blue: 0.624)
/* Android */
Color.parseColor("#65799f")Accessibility — WCAG contrast
Aa
#65799f on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#65799f on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green47.5%
Blue62.4%
CMYK percentages
Cyan36.5%
Magenta23.9%
Yellow0.0%
Key (black)37.6%
Color previews
#65799f text on a black background
contrast 4.79:1
Card sample
#65799f text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65799f;
Background color
Panel with #65799f background
background-color: #65799f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65799f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 121, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 121, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65799f; background: linear-gradient(135deg, #65799f, #78659F);