#cf488f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 72, 143
HSL
328°, 58%, 55%
CMYK
0, 65, 31, 19
Luminance
0.1988
Every format
| HEX | #cf488f |
| RGB | rgb(207, 72, 143) |
| HSL | hsl(328, 58%, 55%) |
| CMYK | cmyk(0%, 65%, 31%, 19%) |
| LAB | lab(51.7 59.6 -10.6) |
| LCH | lch(51.7 60.5 349.9) |
| OKLCH | oklch(0.608 0.184 351.4) |
Copy-ready code
/* CSS */
color: #cf488f;
background-color: #cf488f;
/* Tailwind (arbitrary) */
class="text-[#cf488f] bg-[#cf488f]"
/* SCSS */
$brand: #cf488f;
/* SwiftUI */
Color(red: 0.812, green: 0.282, blue: 0.561)
/* Android */
Color.parseColor("#cf488f")Accessibility — WCAG contrast
Aa
#cf488f on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf488f on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow30.9%
Key (black)18.8%
Color previews
#cf488f text on a black background
contrast 4.98:1
Card sample
#cf488f text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf488f;
Background color
Panel with #cf488f background
background-color: #cf488f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf488f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 72, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 72, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf488f; background: linear-gradient(135deg, #cf488f, #CF5B48);