#cf3edf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 62, 223
HSL
294°, 72%, 56%
CMYK
7, 72, 0, 13
Luminance
0.2204
Every format
| HEX | #cf3edf |
| RGB | rgb(207, 62, 223) |
| HSL | hsl(294, 72%, 56%) |
| CMYK | cmyk(7%, 72%, 0%, 13%) |
| LAB | lab(54.1 75.1 -53.4) |
| LCH | lch(54.1 92.1 324.6) |
| OKLCH | oklch(0.637 0.251 323.6) |
Copy-ready code
/* CSS */
color: #cf3edf;
background-color: #cf3edf;
/* Tailwind (arbitrary) */
class="text-[#cf3edf] bg-[#cf3edf]"
/* SCSS */
$brand: #cf3edf;
/* SwiftUI */
Color(red: 0.812, green: 0.243, blue: 0.875)
/* Android */
Color.parseColor("#cf3edf")Accessibility — WCAG contrast
Aa
#cf3edf on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3edf on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green24.3%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta72.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cf3edf text on a black background
contrast 5.41:1
Card sample
#cf3edf text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3edf;
Background color
Panel with #cf3edf background
background-color: #cf3edf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3edf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 62, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 62, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3edf; background: linear-gradient(135deg, #cf3edf, #DF3E84);