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