#cf65df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 101, 223
HSL
292°, 66%, 64%
CMYK
7, 55, 0, 13
Luminance
0.2790
Every format
| HEX | #cf65df |
| RGB | rgb(207, 101, 223) |
| HSL | hsl(292, 66%, 64%) |
| CMYK | cmyk(7%, 55%, 0%, 13%) |
| LAB | lab(59.8 59.2 -44.3) |
| LCH | lch(59.8 73.9 323.2) |
| OKLCH | oklch(0.678 0.200 322.2) |
Copy-ready code
/* CSS */
color: #cf65df;
background-color: #cf65df;
/* Tailwind (arbitrary) */
class="text-[#cf65df] bg-[#cf65df]"
/* SCSS */
$brand: #cf65df;
/* SwiftUI */
Color(red: 0.812, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#cf65df")Accessibility — WCAG contrast
Aa
#cf65df on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf65df on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.6%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta54.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cf65df text on a black background
contrast 6.58:1
Card sample
#cf65df text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf65df;
Background color
Panel with #cf65df background
background-color: #cf65df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf65df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf65df; background: linear-gradient(135deg, #cf65df, #DF659E);