#430833
a deep, electric magenta / pink · warm · closest name: black
RGB
67, 8, 51
HSL
316°, 79%, 15%
CMYK
0, 88, 24, 74
Luminance
0.0161
Every format
| HEX | #430833 |
| RGB | rgb(67, 8, 51) |
| HSL | hsl(316, 79%, 15%) |
| CMYK | cmyk(0%, 88%, 24%, 74%) |
| LAB | lab(13.3 31.8 -11.8) |
| LCH | lch(13.3 34.0 339.7) |
| OKLCH | oklch(0.266 0.101 341.7) |
Copy-ready code
/* CSS */
color: #430833;
background-color: #430833;
/* Tailwind (arbitrary) */
class="text-[#430833] bg-[#430833]"
/* SCSS */
$brand: #430833;
/* SwiftUI */
Color(red: 0.263, green: 0.031, blue: 0.200)
/* Android */
Color.parseColor("#430833")Accessibility — WCAG contrast
Aa
#430833 on white: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#430833 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green3.1%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta88.1%
Yellow23.9%
Key (black)73.7%
Color previews
#430833 text on a black background
contrast 1.32:1
Card sample
#430833 text on a white background
contrast 15.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #430833;
Background color
Panel with #430833 background
background-color: #430833;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #430833;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 8, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 8, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #430833; background: linear-gradient(135deg, #430833, #43080C);