#cf51af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 81, 175
HSL
315°, 57%, 57%
CMYK
0, 61, 16, 19
Luminance
0.2225
Every format
| HEX | #cf51af |
| RGB | rgb(207, 81, 175) |
| HSL | hsl(315, 57%, 57%) |
| CMYK | cmyk(0%, 61%, 16%, 19%) |
| LAB | lab(54.3 60.2 -25.5) |
| LCH | lch(54.3 65.3 337.1) |
| OKLCH | oklch(0.631 0.190 338.9) |
Copy-ready code
/* CSS */
color: #cf51af;
background-color: #cf51af;
/* Tailwind (arbitrary) */
class="text-[#cf51af] bg-[#cf51af]"
/* SCSS */
$brand: #cf51af;
/* SwiftUI */
Color(red: 0.812, green: 0.318, blue: 0.686)
/* Android */
Color.parseColor("#cf51af")Accessibility — WCAG contrast
Aa
#cf51af on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf51af on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow15.5%
Key (black)18.8%
Color previews
#cf51af text on a black background
contrast 5.45:1
Card sample
#cf51af text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf51af;
Background color
Panel with #cf51af background
background-color: #cf51af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf51af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 81, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 81, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf51af; background: linear-gradient(135deg, #cf51af, #CF515B);