#cf4191
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 65, 145
HSL
326°, 60%, 53%
CMYK
0, 69, 30, 19
Luminance
0.1909
Every format
| HEX | #cf4191 |
| RGB | rgb(207, 65, 145) |
| HSL | hsl(326, 60%, 53%) |
| CMYK | cmyk(0%, 69%, 30%, 19%) |
| LAB | lab(50.8 62.6 -13.1) |
| LCH | lch(50.8 63.9 348.1) |
| OKLCH | oklch(0.601 0.194 349.8) |
Copy-ready code
/* CSS */
color: #cf4191;
background-color: #cf4191;
/* Tailwind (arbitrary) */
class="text-[#cf4191] bg-[#cf4191]"
/* SCSS */
$brand: #cf4191;
/* SwiftUI */
Color(red: 0.812, green: 0.255, blue: 0.569)
/* Android */
Color.parseColor("#cf4191")Accessibility — WCAG contrast
Aa
#cf4191 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4191 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.5%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow30.0%
Key (black)18.8%
Color previews
#cf4191 text on a black background
contrast 4.82:1
Card sample
#cf4191 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4191;
Background color
Panel with #cf4191 background
background-color: #cf4191;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4191;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 65, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 65, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4191; background: linear-gradient(135deg, #cf4191, #CF5041);