#460892
a dark, electric violet · warm · closest name: indigo
RGB
70, 8, 146
HSL
267°, 90%, 30%
CMYK
52, 95, 0, 43
Luminance
0.0355
Every format
| HEX | #460892 |
| RGB | rgb(70, 8, 146) |
| HSL | hsl(267, 90%, 30%) |
| CMYK | cmyk(52%, 95%, 0%, 43%) |
| LAB | lab(22.1 52.9 -60.6) |
| LCH | lch(22.1 80.5 311.1) |
| OKLCH | oklch(0.354 0.190 293.2) |
Copy-ready code
/* CSS */
color: #460892;
background-color: #460892;
/* Tailwind (arbitrary) */
class="text-[#460892] bg-[#460892]"
/* SCSS */
$brand: #460892;
/* SwiftUI */
Color(red: 0.275, green: 0.031, blue: 0.573)
/* Android */
Color.parseColor("#460892")Accessibility — WCAG contrast
Aa
#460892 on white: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#460892 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green3.1%
Blue57.3%
CMYK percentages
Cyan52.1%
Magenta94.5%
Yellow0.0%
Key (black)42.7%
Color previews
#460892 text on a black background
contrast 1.71:1
Card sample
#460892 text on a white background
contrast 12.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #460892;
Background color
Panel with #460892 background
background-color: #460892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #460892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 8, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 8, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #460892; background: linear-gradient(135deg, #460892, #920882);