#cf0af4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 10, 244
HSL
291°, 92%, 50%
CMYK
15, 96, 0, 4
Luminance
0.2001
Every format
| HEX | #cf0af4 |
| RGB | rgb(207, 10, 244) |
| HSL | hsl(291, 92%, 50%) |
| CMYK | cmyk(15%, 96%, 0%, 4%) |
| LAB | lab(51.9 88.9 -68.8) |
| LCH | lch(51.9 112.3 322.3) |
| OKLCH | oklch(0.625 0.298 319.4) |
Copy-ready code
/* CSS */
color: #cf0af4;
background-color: #cf0af4;
/* Tailwind (arbitrary) */
class="text-[#cf0af4] bg-[#cf0af4]"
/* SCSS */
$brand: #cf0af4;
/* SwiftUI */
Color(red: 0.812, green: 0.039, blue: 0.957)
/* Android */
Color.parseColor("#cf0af4")Accessibility — WCAG contrast
Aa
#cf0af4 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0af4 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.9%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta95.9%
Yellow0.0%
Key (black)4.3%
Color previews
#cf0af4 text on a black background
contrast 5.00:1
Card sample
#cf0af4 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0af4;
Background color
Panel with #cf0af4 background
background-color: #cf0af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 10, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 10, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0af4; background: linear-gradient(135deg, #cf0af4, #F40A7D);