#cf5ac8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 90, 200
HSL
304°, 55%, 58%
CMYK
0, 57, 3, 19
Luminance
0.2475
Every format
| HEX | #cf5ac8 |
| RGB | rgb(207, 90, 200) |
| HSL | hsl(304, 55%, 58%) |
| CMYK | cmyk(0%, 57%, 3%, 19%) |
| LAB | lab(56.8 60.2 -35.9) |
| LCH | lch(56.8 70.1 329.2) |
| OKLCH | oklch(0.653 0.197 329.9) |
Copy-ready code
/* CSS */
color: #cf5ac8;
background-color: #cf5ac8;
/* Tailwind (arbitrary) */
class="text-[#cf5ac8] bg-[#cf5ac8]"
/* SCSS */
$brand: #cf5ac8;
/* SwiftUI */
Color(red: 0.812, green: 0.353, blue: 0.784)
/* Android */
Color.parseColor("#cf5ac8")Accessibility — WCAG contrast
Aa
#cf5ac8 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5ac8 on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green35.3%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow3.4%
Key (black)18.8%
Color previews
#cf5ac8 text on a black background
contrast 5.95:1
Card sample
#cf5ac8 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5ac8;
Background color
Panel with #cf5ac8 background
background-color: #cf5ac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5ac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 90, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 90, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5ac8; background: linear-gradient(135deg, #cf5ac8, #CF5A7A);