#465cdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
70, 92, 223
HSL
231°, 71%, 58%
CMYK
69, 59, 0, 13
Luminance
0.1428
Every format
| HEX | #465cdf |
| RGB | rgb(70, 92, 223) |
| HSL | hsl(231, 71%, 58%) |
| CMYK | cmyk(69%, 59%, 0%, 13%) |
| LAB | lab(44.6 34.4 -69.3) |
| LCH | lch(44.6 77.4 296.4) |
| OKLCH | oklch(0.536 0.200 270.8) |
Copy-ready code
/* CSS */
color: #465cdf;
background-color: #465cdf;
/* Tailwind (arbitrary) */
class="text-[#465cdf] bg-[#465cdf]"
/* SCSS */
$brand: #465cdf;
/* SwiftUI */
Color(red: 0.275, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#465cdf")Accessibility — WCAG contrast
Aa
#465cdf on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#465cdf on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green36.1%
Blue87.5%
CMYK percentages
Cyan68.6%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#465cdf text on a black background
contrast 3.86:1
Card sample
#465cdf text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #465cdf;
Background color
Panel with #465cdf background
background-color: #465cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #465cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #465cdf; background: linear-gradient(135deg, #465cdf, #9646DF);