#46255f
a dark, soft violet · warm · closest name: midnightblue
RGB
70, 37, 95
HSL
274°, 44%, 26%
CMYK
26, 61, 0, 63
Luminance
0.0345
Every format
| HEX | #46255f |
| RGB | rgb(70, 37, 95) |
| HSL | hsl(274, 44%, 26%) |
| CMYK | cmyk(26%, 61%, 0%, 63%) |
| LAB | lab(21.8 27.6 -28.6) |
| LCH | lch(21.8 39.8 314.0) |
| OKLCH | oklch(0.337 0.102 308.1) |
Copy-ready code
/* CSS */
color: #46255f;
background-color: #46255f;
/* Tailwind (arbitrary) */
class="text-[#46255f] bg-[#46255f]"
/* SCSS */
$brand: #46255f;
/* SwiftUI */
Color(red: 0.275, green: 0.145, blue: 0.373)
/* Android */
Color.parseColor("#46255f")Accessibility — WCAG contrast
Aa
#46255f on white: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#46255f on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green14.5%
Blue37.3%
CMYK percentages
Cyan26.3%
Magenta61.1%
Yellow0.0%
Key (black)62.7%
Color previews
#46255f text on a black background
contrast 1.69:1
Card sample
#46255f text on a white background
contrast 12.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46255f;
Background color
Panel with #46255f background
background-color: #46255f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46255f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 37, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 37, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46255f; background: linear-gradient(135deg, #46255f, #5F2551);