#cf5cb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 92, 179
HSL
315°, 55%, 59%
CMYK
0, 56, 14, 19
Luminance
0.2417
Every format
| HEX | #cf5cb3 |
| RGB | rgb(207, 92, 179) |
| HSL | hsl(315, 55%, 59%) |
| CMYK | cmyk(0%, 56%, 14%, 19%) |
| LAB | lab(56.3 55.9 -24.7) |
| LCH | lch(56.3 61.1 336.1) |
| OKLCH | oklch(0.646 0.177 337.8) |
Copy-ready code
/* CSS */
color: #cf5cb3;
background-color: #cf5cb3;
/* Tailwind (arbitrary) */
class="text-[#cf5cb3] bg-[#cf5cb3]"
/* SCSS */
$brand: #cf5cb3;
/* SwiftUI */
Color(red: 0.812, green: 0.361, blue: 0.702)
/* Android */
Color.parseColor("#cf5cb3")Accessibility — WCAG contrast
Aa
#cf5cb3 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5cb3 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.1%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow13.5%
Key (black)18.8%
Color previews
#cf5cb3 text on a black background
contrast 5.83:1
Card sample
#cf5cb3 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5cb3;
Background color
Panel with #cf5cb3 background
background-color: #cf5cb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5cb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 92, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 92, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5cb3; background: linear-gradient(135deg, #cf5cb3, #CF5C66);