#80233f
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
128, 35, 63
HSL
342°, 57%, 32%
CMYK
0, 73, 51, 50
Luminance
0.0615
Every format
| HEX | #80233f |
| RGB | rgb(128, 35, 63) |
| HSL | hsl(342, 57%, 32%) |
| CMYK | cmyk(0%, 73%, 51%, 50%) |
| LAB | lab(29.8 41.8 5.7) |
| LCH | lch(29.8 42.2 7.8) |
| OKLCH | oklch(0.411 0.128 6.7) |
Copy-ready code
/* CSS */
color: #80233f;
background-color: #80233f;
/* Tailwind (arbitrary) */
class="text-[#80233f] bg-[#80233f]"
/* SCSS */
$brand: #80233f;
/* SwiftUI */
Color(red: 0.502, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#80233f")Accessibility — WCAG contrast
Aa
#80233f on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#80233f on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow50.8%
Key (black)49.8%
Color previews
#80233f text on a black background
contrast 2.23:1
Card sample
#80233f text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80233f;
Background color
Panel with #80233f background
background-color: #80233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80233f; background: linear-gradient(135deg, #80233f, #804523);