#cf77cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 119, 207
HSL
300°, 48%, 64%
CMYK
0, 43, 0, 19
Luminance
0.3096
Every format
| HEX | #cf77cf |
| RGB | rgb(207, 119, 207) |
| HSL | hsl(300, 48%, 64%) |
| CMYK | cmyk(0%, 43%, 0%, 19%) |
| LAB | lab(62.5 47.3 -31.1) |
| LCH | lch(62.5 56.6 326.7) |
| OKLCH | oklch(0.696 0.156 327.1) |
Copy-ready code
/* CSS */
color: #cf77cf;
background-color: #cf77cf;
/* Tailwind (arbitrary) */
class="text-[#cf77cf] bg-[#cf77cf]"
/* SCSS */
$brand: #cf77cf;
/* SwiftUI */
Color(red: 0.812, green: 0.467, blue: 0.812)
/* Android */
Color.parseColor("#cf77cf")Accessibility — WCAG contrast
Aa
#cf77cf on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf77cf on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow0.0%
Key (black)18.8%
Color previews
#cf77cf text on a black background
contrast 7.19:1
Card sample
#cf77cf text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf77cf;
Background color
Panel with #cf77cf background
background-color: #cf77cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf77cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 119, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 119, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf77cf; background: linear-gradient(135deg, #cf77cf, #CF7794);