#cf79df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
207, 121, 223
HSL
291°, 61%, 68%
CMYK
7, 46, 0, 13
Luminance
0.3227
Every format
| HEX | #cf79df |
| RGB | rgb(207, 121, 223) |
| HSL | hsl(291, 61%, 68%) |
| CMYK | cmyk(7%, 46%, 0%, 13%) |
| LAB | lab(63.6 49.3 -38.4) |
| LCH | lch(63.6 62.5 322.1) |
| OKLCH | oklch(0.706 0.169 321.2) |
Copy-ready code
/* CSS */
color: #cf79df;
background-color: #cf79df;
/* Tailwind (arbitrary) */
class="text-[#cf79df] bg-[#cf79df]"
/* SCSS */
$brand: #cf79df;
/* SwiftUI */
Color(red: 0.812, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#cf79df")Accessibility — WCAG contrast
Aa
#cf79df on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf79df on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.5%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cf79df text on a black background
contrast 7.45:1
Card sample
#cf79df text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf79df;
Background color
Panel with #cf79df background
background-color: #cf79df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf79df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf79df; background: linear-gradient(135deg, #cf79df, #DF79AB);