#cf5cc0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 92, 192
HSL
308°, 55%, 59%
CMYK
0, 56, 7, 19
Luminance
0.2473
Every format
| HEX | #cf5cc0 |
| RGB | rgb(207, 92, 192) |
| HSL | hsl(308, 55%, 59%) |
| CMYK | cmyk(0%, 56%, 7%, 19%) |
| LAB | lab(56.8 57.9 -31.4) |
| LCH | lch(56.8 65.9 331.6) |
| OKLCH | oklch(0.652 0.187 332.8) |
Copy-ready code
/* CSS */
color: #cf5cc0;
background-color: #cf5cc0;
/* Tailwind (arbitrary) */
class="text-[#cf5cc0] bg-[#cf5cc0]"
/* SCSS */
$brand: #cf5cc0;
/* SwiftUI */
Color(red: 0.812, green: 0.361, blue: 0.753)
/* Android */
Color.parseColor("#cf5cc0")Accessibility — WCAG contrast
Aa
#cf5cc0 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5cc0 on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.1%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow7.2%
Key (black)18.8%
Color previews
#cf5cc0 text on a black background
contrast 5.95:1
Card sample
#cf5cc0 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5cc0;
Background color
Panel with #cf5cc0 background
background-color: #cf5cc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5cc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 92, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 92, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5cc0; background: linear-gradient(135deg, #cf5cc0, #CF5C73);