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