#cf5ac6
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 90, 198
HSL
305°, 55%, 58%
CMYK
0, 57, 4, 19
Luminance
0.2465
Every format
| HEX | #cf5ac6 |
| RGB | rgb(207, 90, 198) |
| HSL | hsl(305, 55%, 58%) |
| CMYK | cmyk(0%, 57%, 4%, 19%) |
| LAB | lab(56.7 59.9 -34.9) |
| LCH | lch(56.7 69.3 329.7) |
| OKLCH | oklch(0.652 0.195 330.6) |
Copy-ready code
/* CSS */
color: #cf5ac6;
background-color: #cf5ac6;
/* Tailwind (arbitrary) */
class="text-[#cf5ac6] bg-[#cf5ac6]"
/* SCSS */
$brand: #cf5ac6;
/* SwiftUI */
Color(red: 0.812, green: 0.353, blue: 0.776)
/* Android */
Color.parseColor("#cf5ac6")Accessibility — WCAG contrast
Aa
#cf5ac6 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5ac6 on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green35.3%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow4.3%
Key (black)18.8%
Color previews
#cf5ac6 text on a black background
contrast 5.93:1
Card sample
#cf5ac6 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5ac6;
Background color
Panel with #cf5ac6 background
background-color: #cf5ac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5ac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 90, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 90, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5ac6; background: linear-gradient(135deg, #cf5ac6, #CF5A78);