#5d65af
a balanced, soft blue · warm · closest name: steelblue
RGB
93, 101, 175
HSL
234°, 34%, 53%
CMYK
47, 42, 0, 31
Luminance
0.1473
Every format
| HEX | #5d65af |
| RGB | rgb(93, 101, 175) |
| HSL | hsl(234, 34%, 53%) |
| CMYK | cmyk(47%, 42%, 0%, 31%) |
| LAB | lab(45.3 17.1 -40.5) |
| LCH | lch(45.3 44.0 292.9) |
| OKLCH | oklch(0.535 0.116 277.1) |
Copy-ready code
/* CSS */
color: #5d65af;
background-color: #5d65af;
/* Tailwind (arbitrary) */
class="text-[#5d65af] bg-[#5d65af]"
/* SCSS */
$brand: #5d65af;
/* SwiftUI */
Color(red: 0.365, green: 0.396, blue: 0.686)
/* Android */
Color.parseColor("#5d65af")Accessibility — WCAG contrast
Aa
#5d65af on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5d65af on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green39.6%
Blue68.6%
CMYK percentages
Cyan46.9%
Magenta42.3%
Yellow0.0%
Key (black)31.4%
Color previews
#5d65af text on a black background
contrast 3.95:1
Card sample
#5d65af text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d65af;
Background color
Panel with #5d65af background
background-color: #5d65af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d65af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 101, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 101, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d65af; background: linear-gradient(135deg, #5d65af, #8B5DAF);