#cf49c4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 73, 196
HSL
305°, 58%, 55%
CMYK
0, 65, 5, 19
Luminance
0.2202
Every format
| HEX | #cf49c4 |
| RGB | rgb(207, 73, 196) |
| HSL | hsl(305, 58%, 55%) |
| CMYK | cmyk(0%, 65%, 5%, 19%) |
| LAB | lab(54.0 66.7 -38.0) |
| LCH | lch(54.0 76.7 330.3) |
| OKLCH | oklch(0.632 0.217 331.2) |
Copy-ready code
/* CSS */
color: #cf49c4;
background-color: #cf49c4;
/* Tailwind (arbitrary) */
class="text-[#cf49c4] bg-[#cf49c4]"
/* SCSS */
$brand: #cf49c4;
/* SwiftUI */
Color(red: 0.812, green: 0.286, blue: 0.769)
/* Android */
Color.parseColor("#cf49c4")Accessibility — WCAG contrast
Aa
#cf49c4 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf49c4 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.6%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow5.3%
Key (black)18.8%
Color previews
#cf49c4 text on a black background
contrast 5.40:1
Card sample
#cf49c4 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf49c4;
Background color
Panel with #cf49c4 background
background-color: #cf49c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf49c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 73, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 73, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf49c4; background: linear-gradient(135deg, #cf49c4, #CF496B);