#cf4fcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 79, 207
HSL
300°, 57%, 56%
CMYK
0, 62, 0, 19
Luminance
0.2336
Every format
| HEX | #cf4fcf |
| RGB | rgb(207, 79, 207) |
| HSL | hsl(300, 57%, 56%) |
| CMYK | cmyk(0%, 62%, 0%, 19%) |
| LAB | lab(55.5 66.1 -42.1) |
| LCH | lch(55.5 78.3 327.5) |
| OKLCH | oklch(0.644 0.218 327.7) |
Copy-ready code
/* CSS */
color: #cf4fcf;
background-color: #cf4fcf;
/* Tailwind (arbitrary) */
class="text-[#cf4fcf] bg-[#cf4fcf]"
/* SCSS */
$brand: #cf4fcf;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.812)
/* Android */
Color.parseColor("#cf4fcf")Accessibility — WCAG contrast
Aa
#cf4fcf on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4fcf on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow0.0%
Key (black)18.8%
Color previews
#cf4fcf text on a black background
contrast 5.67:1
Card sample
#cf4fcf text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4fcf;
Background color
Panel with #cf4fcf background
background-color: #cf4fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4fcf; background: linear-gradient(135deg, #cf4fcf, #CF4F7A);