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