#462cdf
a balanced, vivid blue · warm · closest name: blue
RGB
70, 44, 223
HSL
249°, 74%, 52%
CMYK
69, 80, 0, 13
Luminance
0.0843
Every format
| HEX | #462cdf |
| RGB | rgb(70, 44, 223) |
| HSL | hsl(249, 74%, 52%) |
| CMYK | cmyk(69%, 80%, 0%, 13%) |
| LAB | lab(34.9 61.0 -85.4) |
| LCH | lch(34.9 105.0 305.6) |
| OKLCH | oklch(0.466 0.249 277.2) |
Copy-ready code
/* CSS */
color: #462cdf;
background-color: #462cdf;
/* Tailwind (arbitrary) */
class="text-[#462cdf] bg-[#462cdf]"
/* SCSS */
$brand: #462cdf;
/* SwiftUI */
Color(red: 0.275, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#462cdf")Accessibility — WCAG contrast
Aa
#462cdf on white: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#462cdf on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green17.3%
Blue87.5%
CMYK percentages
Cyan68.6%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#462cdf text on a black background
contrast 2.69:1
Card sample
#462cdf text on a white background
contrast 7.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #462cdf;
Background color
Panel with #462cdf background
background-color: #462cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #462cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #462cdf; background: linear-gradient(135deg, #462cdf, #BD2CDF);