#461cef
a balanced, electric blue · warm · closest name: blue
RGB
70, 28, 239
HSL
252°, 87%, 52%
CMYK
71, 88, 0, 6
Luminance
0.0836
Every format
| HEX | #461cef |
| RGB | rgb(70, 28, 239) |
| HSL | hsl(252, 87%, 52%) |
| CMYK | cmyk(71%, 88%, 0%, 6%) |
| LAB | lab(34.7 71.2 -94.7) |
| LCH | lch(34.7 118.5 306.9) |
| OKLCH | oklch(0.470 0.275 276.5) |
Copy-ready code
/* CSS */
color: #461cef;
background-color: #461cef;
/* Tailwind (arbitrary) */
class="text-[#461cef] bg-[#461cef]"
/* SCSS */
$brand: #461cef;
/* SwiftUI */
Color(red: 0.275, green: 0.110, blue: 0.937)
/* Android */
Color.parseColor("#461cef")Accessibility — WCAG contrast
Aa
#461cef on white: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#461cef on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green11.0%
Blue93.7%
CMYK percentages
Cyan70.7%
Magenta88.3%
Yellow0.0%
Key (black)6.3%
Color previews
#461cef text on a black background
contrast 2.67:1
Card sample
#461cef text on a white background
contrast 7.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #461cef;
Background color
Panel with #461cef background
background-color: #461cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #461cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 28, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 28, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #461cef; background: linear-gradient(135deg, #461cef, #D31CEF);