#cf4580
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 69, 128
HSL
334°, 59%, 54%
CMYK
0, 67, 38, 19
Luminance
0.1908
Every format
| HEX | #cf4580 |
| RGB | rgb(207, 69, 128) |
| HSL | hsl(334, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 38%, 19%) |
| LAB | lab(50.8 59.1 -3.0) |
| LCH | lch(50.8 59.2 357.1) |
| OKLCH | oklch(0.599 0.181 357.8) |
Copy-ready code
/* CSS */
color: #cf4580;
background-color: #cf4580;
/* Tailwind (arbitrary) */
class="text-[#cf4580] bg-[#cf4580]"
/* SCSS */
$brand: #cf4580;
/* SwiftUI */
Color(red: 0.812, green: 0.271, blue: 0.502)
/* Android */
Color.parseColor("#cf4580")Accessibility — WCAG contrast
Aa
#cf4580 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4580 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.1%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow38.2%
Key (black)18.8%
Color previews
#cf4580 text on a black background
contrast 4.82:1
Card sample
#cf4580 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4580;
Background color
Panel with #cf4580 background
background-color: #cf4580;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4580;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 69, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 69, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4580; background: linear-gradient(135deg, #cf4580, #CF6645);