#cf74cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 116, 207
HSL
300°, 49%, 63%
CMYK
0, 44, 0, 19
Luminance
0.3026
Every format
| HEX | #cf74cf |
| RGB | rgb(207, 116, 207) |
| HSL | hsl(300, 49%, 63%) |
| CMYK | cmyk(0%, 44%, 0%, 19%) |
| LAB | lab(61.9 48.9 -32.0) |
| LCH | lch(61.9 58.4 326.8) |
| OKLCH | oklch(0.691 0.161 327.1) |
Copy-ready code
/* CSS */
color: #cf74cf;
background-color: #cf74cf;
/* Tailwind (arbitrary) */
class="text-[#cf74cf] bg-[#cf74cf]"
/* SCSS */
$brand: #cf74cf;
/* SwiftUI */
Color(red: 0.812, green: 0.455, blue: 0.812)
/* Android */
Color.parseColor("#cf74cf")Accessibility — WCAG contrast
Aa
#cf74cf on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf74cf on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow0.0%
Key (black)18.8%
Color previews
#cf74cf text on a black background
contrast 7.05:1
Card sample
#cf74cf text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf74cf;
Background color
Panel with #cf74cf background
background-color: #cf74cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf74cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 116, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 116, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf74cf; background: linear-gradient(135deg, #cf74cf, #CF7492);