#43233f
a deep, soft magenta / pink · warm · closest name: black
RGB
67, 35, 63
HSL
308°, 31%, 20%
CMYK
0, 48, 6, 74
Luminance
0.0275
Every format
| HEX | #43233f |
| RGB | rgb(67, 35, 63) |
| HSL | hsl(308, 31%, 20%) |
| CMYK | cmyk(0%, 48%, 6%, 74%) |
| LAB | lab(19.0 20.2 -11.4) |
| LCH | lch(19.0 23.1 330.6) |
| OKLCH | oklch(0.310 0.065 331.7) |
Copy-ready code
/* CSS */
color: #43233f;
background-color: #43233f;
/* Tailwind (arbitrary) */
class="text-[#43233f] bg-[#43233f]"
/* SCSS */
$brand: #43233f;
/* SwiftUI */
Color(red: 0.263, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#43233f")Accessibility — WCAG contrast
Aa
#43233f on white: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#43233f on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow6.0%
Key (black)73.7%
Color previews
#43233f text on a black background
contrast 1.55:1
Card sample
#43233f text on a white background
contrast 13.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43233f;
Background color
Panel with #43233f background
background-color: #43233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43233f; background: linear-gradient(135deg, #43233f, #43232A);