#cf1ace
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 26, 206
HSL
300°, 78%, 46%
CMYK
0, 87, 1, 19
Luminance
0.1846
Every format
| HEX | #cf1ace |
| RGB | rgb(207, 26, 206) |
| HSL | hsl(300, 78%, 46%) |
| CMYK | cmyk(0%, 87%, 1%, 19%) |
| LAB | lab(50.0 81.2 -50.1) |
| LCH | lch(50.0 95.4 328.3) |
| OKLCH | oklch(0.605 0.266 328.5) |
Copy-ready code
/* CSS */
color: #cf1ace;
background-color: #cf1ace;
/* Tailwind (arbitrary) */
class="text-[#cf1ace] bg-[#cf1ace]"
/* SCSS */
$brand: #cf1ace;
/* SwiftUI */
Color(red: 0.812, green: 0.102, blue: 0.808)
/* Android */
Color.parseColor("#cf1ace")Accessibility — WCAG contrast
Aa
#cf1ace on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1ace on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green10.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow0.5%
Key (black)18.8%
Color previews
#cf1ace text on a black background
contrast 4.69:1
Card sample
#cf1ace text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1ace;
Background color
Panel with #cf1ace background
background-color: #cf1ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 26, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 26, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1ace; background: linear-gradient(135deg, #cf1ace, #CF1A55);