#cf65ce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 101, 206
HSL
301°, 53%, 60%
CMYK
0, 51, 1, 19
Luminance
0.2703
Every format
| HEX | #cf65ce |
| RGB | rgb(207, 101, 206) |
| HSL | hsl(301, 53%, 60%) |
| CMYK | cmyk(0%, 51%, 1%, 19%) |
| LAB | lab(59.0 56.1 -35.9) |
| LCH | lch(59.0 66.6 327.4) |
| OKLCH | oklch(0.670 0.185 327.7) |
Copy-ready code
/* CSS */
color: #cf65ce;
background-color: #cf65ce;
/* Tailwind (arbitrary) */
class="text-[#cf65ce] bg-[#cf65ce]"
/* SCSS */
$brand: #cf65ce;
/* SwiftUI */
Color(red: 0.812, green: 0.396, blue: 0.808)
/* Android */
Color.parseColor("#cf65ce")Accessibility — WCAG contrast
Aa
#cf65ce on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf65ce on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow0.5%
Key (black)18.8%
Color previews
#cf65ce text on a black background
contrast 6.41:1
Card sample
#cf65ce text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf65ce;
Background color
Panel with #cf65ce background
background-color: #cf65ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf65ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 101, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 101, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf65ce; background: linear-gradient(135deg, #cf65ce, #CF6587);