#461dfd
a balanced, electric blue · warm · closest name: blue
RGB
70, 29, 253
HSL
251°, 98%, 55%
CMYK
72, 89, 0, 1
Luminance
0.0927
Every format
| HEX | #461dfd |
| RGB | rgb(70, 29, 253) |
| HSL | hsl(251, 98%, 55%) |
| CMYK | cmyk(72%, 89%, 0%, 1%) |
| LAB | lab(36.5 74.5 -99.7) |
| LCH | lch(36.5 124.4 306.8) |
| OKLCH | oklch(0.487 0.289 275.2) |
Copy-ready code
/* CSS */
color: #461dfd;
background-color: #461dfd;
/* Tailwind (arbitrary) */
class="text-[#461dfd] bg-[#461dfd]"
/* SCSS */
$brand: #461dfd;
/* SwiftUI */
Color(red: 0.275, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#461dfd")Accessibility — WCAG contrast
Aa
#461dfd on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#461dfd on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green11.4%
Blue99.2%
CMYK percentages
Cyan72.3%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#461dfd text on a black background
contrast 2.85:1
Card sample
#461dfd text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #461dfd;
Background color
Panel with #461dfd background
background-color: #461dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #461dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #461dfd; background: linear-gradient(135deg, #461dfd, #DB1DFD);