#cf65d2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 101, 210
HSL
298°, 55%, 61%
CMYK
1, 52, 0, 18
Luminance
0.2723
Every format
| HEX | #cf65d2 |
| RGB | rgb(207, 101, 210) |
| HSL | hsl(298, 55%, 61%) |
| CMYK | cmyk(1%, 52%, 0%, 18%) |
| LAB | lab(59.2 56.8 -37.9) |
| LCH | lch(59.2 68.3 326.3) |
| OKLCH | oklch(0.672 0.188 326.4) |
Copy-ready code
/* CSS */
color: #cf65d2;
background-color: #cf65d2;
/* Tailwind (arbitrary) */
class="text-[#cf65d2] bg-[#cf65d2]"
/* SCSS */
$brand: #cf65d2;
/* SwiftUI */
Color(red: 0.812, green: 0.396, blue: 0.824)
/* Android */
Color.parseColor("#cf65d2")Accessibility — WCAG contrast
Aa
#cf65d2 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf65d2 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.6%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta51.9%
Yellow0.0%
Key (black)17.6%
Color previews
#cf65d2 text on a black background
contrast 6.45:1
Card sample
#cf65d2 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf65d2;
Background color
Panel with #cf65d2 background
background-color: #cf65d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf65d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 101, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 101, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf65d2; background: linear-gradient(135deg, #cf65d2, #D2658C);