#cf74df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
207, 116, 223
HSL
291°, 63%, 67%
CMYK
7, 48, 0, 13
Luminance
0.3108
Every format
| HEX | #cf74df |
| RGB | rgb(207, 116, 223) |
| HSL | hsl(291, 63%, 67%) |
| CMYK | cmyk(7%, 48%, 0%, 13%) |
| LAB | lab(62.6 51.8 -39.9) |
| LCH | lch(62.6 65.4 322.4) |
| OKLCH | oklch(0.699 0.177 321.5) |
Copy-ready code
/* CSS */
color: #cf74df;
background-color: #cf74df;
/* Tailwind (arbitrary) */
class="text-[#cf74df] bg-[#cf74df]"
/* SCSS */
$brand: #cf74df;
/* SwiftUI */
Color(red: 0.812, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#cf74df")Accessibility — WCAG contrast
Aa
#cf74df on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf74df on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.5%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta48.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cf74df text on a black background
contrast 7.22:1
Card sample
#cf74df text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf74df;
Background color
Panel with #cf74df background
background-color: #cf74df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf74df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf74df; background: linear-gradient(135deg, #cf74df, #DF74A8);