#cf65da
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 101, 218
HSL
294°, 61%, 63%
CMYK
5, 54, 0, 15
Luminance
0.2763
Every format
| HEX | #cf65da |
| RGB | rgb(207, 101, 218) |
| HSL | hsl(294, 61%, 63%) |
| CMYK | cmyk(5%, 54%, 0%, 15%) |
| LAB | lab(59.6 58.3 -41.8) |
| LCH | lch(59.6 71.7 324.3) |
| OKLCH | oklch(0.676 0.196 323.8) |
Copy-ready code
/* CSS */
color: #cf65da;
background-color: #cf65da;
/* Tailwind (arbitrary) */
class="text-[#cf65da] bg-[#cf65da]"
/* SCSS */
$brand: #cf65da;
/* SwiftUI */
Color(red: 0.812, green: 0.396, blue: 0.855)
/* Android */
Color.parseColor("#cf65da")Accessibility — WCAG contrast
Aa
#cf65da on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf65da on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.6%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta53.7%
Yellow0.0%
Key (black)14.5%
Color previews
#cf65da text on a black background
contrast 6.53:1
Card sample
#cf65da text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf65da;
Background color
Panel with #cf65da background
background-color: #cf65da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf65da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 101, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 101, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf65da; background: linear-gradient(135deg, #cf65da, #DA6597);