#461ce7
a balanced, electric blue · warm · closest name: blue
RGB
70, 28, 231
HSL
252°, 81%, 51%
CMYK
70, 88, 0, 9
Luminance
0.0790
Every format
| HEX | #461ce7 |
| RGB | rgb(70, 28, 231) |
| HSL | hsl(252, 81%, 51%) |
| CMYK | cmyk(70%, 88%, 0%, 9%) |
| LAB | lab(33.8 69.1 -91.7) |
| LCH | lch(33.8 114.9 307.0) |
| OKLCH | oklch(0.461 0.267 277.3) |
Copy-ready code
/* CSS */
color: #461ce7;
background-color: #461ce7;
/* Tailwind (arbitrary) */
class="text-[#461ce7] bg-[#461ce7]"
/* SCSS */
$brand: #461ce7;
/* SwiftUI */
Color(red: 0.275, green: 0.110, blue: 0.906)
/* Android */
Color.parseColor("#461ce7")Accessibility — WCAG contrast
Aa
#461ce7 on white: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#461ce7 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green11.0%
Blue90.6%
CMYK percentages
Cyan69.7%
Magenta87.9%
Yellow0.0%
Key (black)9.4%
Color previews
#461ce7 text on a black background
contrast 2.58:1
Card sample
#461ce7 text on a white background
contrast 8.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #461ce7;
Background color
Panel with #461ce7 background
background-color: #461ce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #461ce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 28, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 28, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #461ce7; background: linear-gradient(135deg, #461ce7, #CD1CE7);