#cf0acb
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 10, 203
HSL
301°, 91%, 43%
CMYK
0, 95, 2, 19
Luminance
0.1779
Every format
| HEX | #cf0acb |
| RGB | rgb(207, 10, 203) |
| HSL | hsl(301, 91%, 43%) |
| CMYK | cmyk(0%, 95%, 2%, 19%) |
| LAB | lab(49.3 82.6 -49.6) |
| LCH | lch(49.3 96.3 329.0) |
| OKLCH | oklch(0.599 0.270 329.4) |
Copy-ready code
/* CSS */
color: #cf0acb;
background-color: #cf0acb;
/* Tailwind (arbitrary) */
class="text-[#cf0acb] bg-[#cf0acb]"
/* SCSS */
$brand: #cf0acb;
/* SwiftUI */
Color(red: 0.812, green: 0.039, blue: 0.796)
/* Android */
Color.parseColor("#cf0acb")Accessibility — WCAG contrast
Aa
#cf0acb on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0acb on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta95.2%
Yellow1.9%
Key (black)18.8%
Color previews
#cf0acb text on a black background
contrast 4.56:1
Card sample
#cf0acb text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0acb;
Background color
Panel with #cf0acb background
background-color: #cf0acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 10, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 10, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0acb; background: linear-gradient(135deg, #cf0acb, #CF0A48);