#48233f
a deep, soft magenta / pink · warm · closest name: black
RGB
72, 35, 63
HSL
315°, 35%, 21%
CMYK
0, 51, 13, 72
Luminance
0.0294
Every format
| HEX | #48233f |
| RGB | rgb(72, 35, 63) |
| HSL | hsl(315, 35%, 21%) |
| CMYK | cmyk(0%, 51%, 13%, 72%) |
| LAB | lab(19.8 22.1 -10.1) |
| LCH | lch(19.8 24.3 335.3) |
| OKLCH | oklch(0.318 0.070 337.0) |
Copy-ready code
/* CSS */
color: #48233f;
background-color: #48233f;
/* Tailwind (arbitrary) */
class="text-[#48233f] bg-[#48233f]"
/* SCSS */
$brand: #48233f;
/* SwiftUI */
Color(red: 0.282, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#48233f")Accessibility — WCAG contrast
Aa
#48233f on white: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#48233f on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow12.5%
Key (black)71.8%
Color previews
#48233f text on a black background
contrast 1.59:1
Card sample
#48233f text on a white background
contrast 13.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48233f;
Background color
Panel with #48233f background
background-color: #48233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48233f; background: linear-gradient(135deg, #48233f, #482326);