#cf458d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 69, 141
HSL
329°, 59%, 54%
CMYK
0, 67, 32, 19
Luminance
0.1944
Every format
| HEX | #cf458d |
| RGB | rgb(207, 69, 141) |
| HSL | hsl(329, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 32%, 19%) |
| LAB | lab(51.2 60.6 -10.1) |
| LCH | lch(51.2 61.4 350.5) |
| OKLCH | oklch(0.604 0.187 351.9) |
Copy-ready code
/* CSS */
color: #cf458d;
background-color: #cf458d;
/* Tailwind (arbitrary) */
class="text-[#cf458d] bg-[#cf458d]"
/* SCSS */
$brand: #cf458d;
/* SwiftUI */
Color(red: 0.812, green: 0.271, blue: 0.553)
/* Android */
Color.parseColor("#cf458d")Accessibility — WCAG contrast
Aa
#cf458d on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf458d on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.1%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow31.9%
Key (black)18.8%
Color previews
#cf458d text on a black background
contrast 4.89:1
Card sample
#cf458d text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf458d;
Background color
Panel with #cf458d background
background-color: #cf458d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf458d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 69, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 69, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf458d; background: linear-gradient(135deg, #cf458d, #CF5945);