#cf77da
a light, vivid magenta / pink · warm · closest name: orchid
RGB
207, 119, 218
HSL
293°, 57%, 66%
CMYK
5, 45, 0, 15
Luminance
0.3152
Every format
| HEX | #cf77da |
| RGB | rgb(207, 119, 218) |
| HSL | hsl(293, 57%, 66%) |
| CMYK | cmyk(5%, 45%, 0%, 15%) |
| LAB | lab(63.0 49.4 -36.5) |
| LCH | lch(63.0 61.4 323.5) |
| OKLCH | oklch(0.701 0.167 323.0) |
Copy-ready code
/* CSS */
color: #cf77da;
background-color: #cf77da;
/* Tailwind (arbitrary) */
class="text-[#cf77da] bg-[#cf77da]"
/* SCSS */
$brand: #cf77da;
/* SwiftUI */
Color(red: 0.812, green: 0.467, blue: 0.855)
/* Android */
Color.parseColor("#cf77da")Accessibility — WCAG contrast
Aa
#cf77da on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf77da on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.7%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta45.4%
Yellow0.0%
Key (black)14.5%
Color previews
#cf77da text on a black background
contrast 7.30:1
Card sample
#cf77da text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf77da;
Background color
Panel with #cf77da background
background-color: #cf77da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf77da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 119, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 119, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf77da; background: linear-gradient(135deg, #cf77da, #DA77A3);