#cf77d2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 119, 210
HSL
298°, 50%, 65%
CMYK
1, 43, 0, 18
Luminance
0.3111
Every format
| HEX | #cf77d2 |
| RGB | rgb(207, 119, 210) |
| HSL | hsl(298, 50%, 65%) |
| CMYK | cmyk(1%, 43%, 0%, 18%) |
| LAB | lab(62.6 47.9 -32.6) |
| LCH | lch(62.6 57.9 325.8) |
| OKLCH | oklch(0.697 0.159 325.9) |
Copy-ready code
/* CSS */
color: #cf77d2;
background-color: #cf77d2;
/* Tailwind (arbitrary) */
class="text-[#cf77d2] bg-[#cf77d2]"
/* SCSS */
$brand: #cf77d2;
/* SwiftUI */
Color(red: 0.812, green: 0.467, blue: 0.824)
/* Android */
Color.parseColor("#cf77d2")Accessibility — WCAG contrast
Aa
#cf77d2 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf77d2 on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.7%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta43.3%
Yellow0.0%
Key (black)17.6%
Color previews
#cf77d2 text on a black background
contrast 7.22:1
Card sample
#cf77d2 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf77d2;
Background color
Panel with #cf77d2 background
background-color: #cf77d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf77d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 119, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 119, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf77d2; background: linear-gradient(135deg, #cf77d2, #D27798);