#c2467b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
194, 70, 123
HSL
334°, 50%, 52%
CMYK
0, 64, 37, 24
Luminance
0.1728
Every format
| HEX | #c2467b |
| RGB | rgb(194, 70, 123) |
| HSL | hsl(334, 50%, 52%) |
| CMYK | cmyk(0%, 64%, 37%, 24%) |
| LAB | lab(48.6 54.2 -3.4) |
| LCH | lch(48.6 54.4 356.4) |
| OKLCH | oklch(0.579 0.166 357.2) |
Copy-ready code
/* CSS */
color: #c2467b;
background-color: #c2467b;
/* Tailwind (arbitrary) */
class="text-[#c2467b] bg-[#c2467b]"
/* SCSS */
$brand: #c2467b;
/* SwiftUI */
Color(red: 0.761, green: 0.275, blue: 0.482)
/* Android */
Color.parseColor("#c2467b")Accessibility — WCAG contrast
Aa
#c2467b on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c2467b on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green27.5%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow36.6%
Key (black)23.9%
Color previews
#c2467b text on a black background
contrast 4.46:1
Card sample
#c2467b text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2467b;
Background color
Panel with #c2467b background
background-color: #c2467b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2467b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 70, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 70, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2467b; background: linear-gradient(135deg, #c2467b, #C26446);