#461ade
a balanced, electric blue · warm · closest name: blue
RGB
70, 26, 222
HSL
254°, 79%, 49%
CMYK
69, 88, 0, 13
Luminance
0.0731
Every format
| HEX | #461ade |
| RGB | rgb(70, 26, 222) |
| HSL | hsl(254, 79%, 49%) |
| CMYK | cmyk(69%, 88%, 0%, 13%) |
| LAB | lab(32.5 67.4 -88.7) |
| LCH | lch(32.5 111.4 307.2) |
| OKLCH | oklch(0.449 0.259 278.3) |
Copy-ready code
/* CSS */
color: #461ade;
background-color: #461ade;
/* Tailwind (arbitrary) */
class="text-[#461ade] bg-[#461ade]"
/* SCSS */
$brand: #461ade;
/* SwiftUI */
Color(red: 0.275, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#461ade")Accessibility — WCAG contrast
Aa
#461ade on white: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#461ade on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green10.2%
Blue87.1%
CMYK percentages
Cyan68.5%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#461ade text on a black background
contrast 2.46:1
Card sample
#461ade text on a white background
contrast 8.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #461ade;
Background color
Panel with #461ade background
background-color: #461ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #461ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #461ade; background: linear-gradient(135deg, #461ade, #C91ADE);