#cf6ac8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 106, 200
HSL
304°, 51%, 61%
CMYK
0, 49, 3, 19
Luminance
0.2774
Every format
| HEX | #cf6ac8 |
| RGB | rgb(207, 106, 200) |
| HSL | hsl(304, 51%, 61%) |
| CMYK | cmyk(0%, 49%, 3%, 19%) |
| LAB | lab(59.7 52.6 -31.5) |
| LCH | lch(59.7 61.3 329.1) |
| OKLCH | oklch(0.674 0.172 329.9) |
Copy-ready code
/* CSS */
color: #cf6ac8;
background-color: #cf6ac8;
/* Tailwind (arbitrary) */
class="text-[#cf6ac8] bg-[#cf6ac8]"
/* SCSS */
$brand: #cf6ac8;
/* SwiftUI */
Color(red: 0.812, green: 0.416, blue: 0.784)
/* Android */
Color.parseColor("#cf6ac8")Accessibility — WCAG contrast
Aa
#cf6ac8 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6ac8 on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green41.6%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta48.8%
Yellow3.4%
Key (black)18.8%
Color previews
#cf6ac8 text on a black background
contrast 6.55:1
Card sample
#cf6ac8 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6ac8;
Background color
Panel with #cf6ac8 background
background-color: #cf6ac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6ac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 106, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 106, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6ac8; background: linear-gradient(135deg, #cf6ac8, #CF6A85);