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