#461990
a dark, vivid violet · warm · closest name: indigo
RGB
70, 25, 144
HSL
263°, 70%, 33%
CMYK
51, 83, 0, 44
Luminance
0.0401
Every format
| HEX | #461990 |
| RGB | rgb(70, 25, 144) |
| HSL | hsl(263, 70%, 33%) |
| CMYK | cmyk(51%, 83%, 0%, 44%) |
| LAB | lab(23.7 47.1 -56.8) |
| LCH | lch(23.7 73.8 309.7) |
| OKLCH | oklch(0.364 0.176 292.3) |
Copy-ready code
/* CSS */
color: #461990;
background-color: #461990;
/* Tailwind (arbitrary) */
class="text-[#461990] bg-[#461990]"
/* SCSS */
$brand: #461990;
/* SwiftUI */
Color(red: 0.275, green: 0.098, blue: 0.565)
/* Android */
Color.parseColor("#461990")Accessibility — WCAG contrast
Aa
#461990 on white: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#461990 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green9.8%
Blue56.5%
CMYK percentages
Cyan51.4%
Magenta82.6%
Yellow0.0%
Key (black)43.5%
Color previews
#461990 text on a black background
contrast 1.80:1
Card sample
#461990 text on a white background
contrast 11.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #461990;
Background color
Panel with #461990 background
background-color: #461990;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #461990;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 25, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 25, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #461990; background: linear-gradient(135deg, #461990, #90198A);