#43103c
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
67, 16, 60
HSL
308°, 61%, 16%
CMYK
0, 76, 10, 74
Luminance
0.0189
Every format
| HEX | #43103c |
| RGB | rgb(67, 16, 60) |
| HSL | hsl(308, 61%, 16%) |
| CMYK | cmyk(0%, 76%, 10%, 74%) |
| LAB | lab(14.9 30.2 -15.7) |
| LCH | lch(14.9 34.0 332.5) |
| OKLCH | oklch(0.279 0.097 333.8) |
Copy-ready code
/* CSS */
color: #43103c;
background-color: #43103c;
/* Tailwind (arbitrary) */
class="text-[#43103c] bg-[#43103c]"
/* SCSS */
$brand: #43103c;
/* SwiftUI */
Color(red: 0.263, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#43103c")Accessibility — WCAG contrast
Aa
#43103c on white: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#43103c on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta76.1%
Yellow10.4%
Key (black)73.7%
Color previews
#43103c text on a black background
contrast 1.38:1
Card sample
#43103c text on a white background
contrast 15.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43103c;
Background color
Panel with #43103c background
background-color: #43103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43103c; background: linear-gradient(135deg, #43103c, #43101A);