#462178
a dark, vivid violet · warm · closest name: midnightblue
RGB
70, 33, 120
HSL
266°, 57%, 30%
CMYK
42, 73, 0, 53
Luminance
0.0375
Every format
| HEX | #462178 |
| RGB | rgb(70, 33, 120) |
| HSL | hsl(266, 57%, 30%) |
| CMYK | cmyk(42%, 73%, 0%, 53%) |
| LAB | lab(22.8 36.7 -43.1) |
| LCH | lch(22.8 56.7 310.4) |
| OKLCH | oklch(0.351 0.140 298.3) |
Copy-ready code
/* CSS */
color: #462178;
background-color: #462178;
/* Tailwind (arbitrary) */
class="text-[#462178] bg-[#462178]"
/* SCSS */
$brand: #462178;
/* SwiftUI */
Color(red: 0.275, green: 0.129, blue: 0.471)
/* Android */
Color.parseColor("#462178")Accessibility — WCAG contrast
Aa
#462178 on white: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#462178 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green12.9%
Blue47.1%
CMYK percentages
Cyan41.7%
Magenta72.5%
Yellow0.0%
Key (black)52.9%
Color previews
#462178 text on a black background
contrast 1.75:1
Card sample
#462178 text on a white background
contrast 12.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #462178;
Background color
Panel with #462178 background
background-color: #462178;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #462178;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 33, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 33, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #462178; background: linear-gradient(135deg, #462178, #782170);