#cf0edf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 14, 223
HSL
295°, 88%, 47%
CMYK
7, 94, 0, 13
Luminance
0.1891
Every format
| HEX | #cf0edf |
| RGB | rgb(207, 14, 223) |
| HSL | hsl(295, 88%, 47%) |
| CMYK | cmyk(7%, 94%, 0%, 13%) |
| LAB | lab(50.6 85.2 -59.0) |
| LCH | lch(50.6 103.6 325.3) |
| OKLCH | oklch(0.612 0.283 324.3) |
Copy-ready code
/* CSS */
color: #cf0edf;
background-color: #cf0edf;
/* Tailwind (arbitrary) */
class="text-[#cf0edf] bg-[#cf0edf]"
/* SCSS */
$brand: #cf0edf;
/* SwiftUI */
Color(red: 0.812, green: 0.055, blue: 0.875)
/* Android */
Color.parseColor("#cf0edf")Accessibility — WCAG contrast
Aa
#cf0edf on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0edf on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green5.5%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta93.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cf0edf text on a black background
contrast 4.78:1
Card sample
#cf0edf text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0edf;
Background color
Panel with #cf0edf background
background-color: #cf0edf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0edf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 14, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 14, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0edf; background: linear-gradient(135deg, #cf0edf, #DF0E64);