#461ceb
a balanced, electric blue · warm · closest name: blue
RGB
70, 28, 235
HSL
252°, 84%, 52%
CMYK
70, 88, 0, 8
Luminance
0.0813
Every format
| HEX | #461ceb |
| RGB | rgb(70, 28, 235) |
| HSL | hsl(252, 84%, 52%) |
| CMYK | cmyk(70%, 88%, 0%, 8%) |
| LAB | lab(34.3 70.2 -93.2) |
| LCH | lch(34.3 116.7 307.0) |
| OKLCH | oklch(0.466 0.271 276.9) |
Copy-ready code
/* CSS */
color: #461ceb;
background-color: #461ceb;
/* Tailwind (arbitrary) */
class="text-[#461ceb] bg-[#461ceb]"
/* SCSS */
$brand: #461ceb;
/* SwiftUI */
Color(red: 0.275, green: 0.110, blue: 0.922)
/* Android */
Color.parseColor("#461ceb")Accessibility — WCAG contrast
Aa
#461ceb on white: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#461ceb on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green11.0%
Blue92.2%
CMYK percentages
Cyan70.2%
Magenta88.1%
Yellow0.0%
Key (black)7.8%
Color previews
#461ceb text on a black background
contrast 2.63:1
Card sample
#461ceb text on a white background
contrast 8.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #461ceb;
Background color
Panel with #461ceb background
background-color: #461ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #461ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 28, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 28, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #461ceb; background: linear-gradient(135deg, #461ceb, #D01CEB);