#461bdf
a balanced, electric blue · warm · closest name: blue
RGB
70, 27, 223
HSL
253°, 78%, 49%
CMYK
69, 88, 0, 13
Luminance
0.0741
Every format
| HEX | #461bdf |
| RGB | rgb(70, 27, 223) |
| HSL | hsl(253, 78%, 49%) |
| CMYK | cmyk(69%, 88%, 0%, 13%) |
| LAB | lab(32.7 67.4 -88.9) |
| LCH | lch(32.7 111.6 307.2) |
| OKLCH | oklch(0.451 0.259 278.1) |
Copy-ready code
/* CSS */
color: #461bdf;
background-color: #461bdf;
/* Tailwind (arbitrary) */
class="text-[#461bdf] bg-[#461bdf]"
/* SCSS */
$brand: #461bdf;
/* SwiftUI */
Color(red: 0.275, green: 0.106, blue: 0.875)
/* Android */
Color.parseColor("#461bdf")Accessibility — WCAG contrast
Aa
#461bdf on white: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#461bdf on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green10.6%
Blue87.5%
CMYK percentages
Cyan68.6%
Magenta87.9%
Yellow0.0%
Key (black)12.5%
Color previews
#461bdf text on a black background
contrast 2.48:1
Card sample
#461bdf text on a white background
contrast 8.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #461bdf;
Background color
Panel with #461bdf background
background-color: #461bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #461bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 27, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 27, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #461bdf; background: linear-gradient(135deg, #461bdf, #C91BDF);