#cf0abc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 10, 188
HSL
306°, 91%, 43%
CMYK
0, 95, 9, 19
Luminance
0.1711
Every format
| HEX | #cf0abc |
| RGB | rgb(207, 10, 188) |
| HSL | hsl(306, 91%, 43%) |
| CMYK | cmyk(0%, 95%, 9%, 19%) |
| LAB | lab(48.4 80.5 -42.3) |
| LCH | lch(48.4 90.9 332.3) |
| OKLCH | oklch(0.590 0.261 333.5) |
Copy-ready code
/* CSS */
color: #cf0abc;
background-color: #cf0abc;
/* Tailwind (arbitrary) */
class="text-[#cf0abc] bg-[#cf0abc]"
/* SCSS */
$brand: #cf0abc;
/* SwiftUI */
Color(red: 0.812, green: 0.039, blue: 0.737)
/* Android */
Color.parseColor("#cf0abc")Accessibility — WCAG contrast
Aa
#cf0abc on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0abc on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.9%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta95.2%
Yellow9.2%
Key (black)18.8%
Color previews
#cf0abc text on a black background
contrast 4.42:1
Card sample
#cf0abc text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0abc;
Background color
Panel with #cf0abc background
background-color: #cf0abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 10, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 10, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0abc; background: linear-gradient(135deg, #cf0abc, #CF0A39);