#46233f
a deep, soft magenta / pink · warm · closest name: black
RGB
70, 35, 63
HSL
312°, 33%, 21%
CMYK
0, 50, 10, 73
Luminance
0.0286
Every format
| HEX | #46233f |
| RGB | rgb(70, 35, 63) |
| HSL | hsl(312, 33%, 21%) |
| CMYK | cmyk(0%, 50%, 10%, 73%) |
| LAB | lab(19.5 21.3 -10.6) |
| LCH | lch(19.5 23.8 333.5) |
| OKLCH | oklch(0.315 0.068 335.0) |
Copy-ready code
/* CSS */
color: #46233f;
background-color: #46233f;
/* Tailwind (arbitrary) */
class="text-[#46233f] bg-[#46233f]"
/* SCSS */
$brand: #46233f;
/* SwiftUI */
Color(red: 0.275, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#46233f")Accessibility — WCAG contrast
Aa
#46233f on white: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#46233f on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow10.0%
Key (black)72.5%
Color previews
#46233f text on a black background
contrast 1.57:1
Card sample
#46233f text on a white background
contrast 13.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46233f;
Background color
Panel with #46233f background
background-color: #46233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46233f; background: linear-gradient(135deg, #46233f, #462328);