#cf0eb4
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 14, 180
HSL
308°, 87%, 43%
CMYK
0, 93, 13, 19
Luminance
0.1687
Every format
| HEX | #cf0eb4 |
| RGB | rgb(207, 14, 180) |
| HSL | hsl(308, 87%, 43%) |
| CMYK | cmyk(0%, 93%, 13%, 19%) |
| LAB | lab(48.1 79.1 -38.0) |
| LCH | lch(48.1 87.7 334.3) |
| OKLCH | oklch(0.587 0.255 335.9) |
Copy-ready code
/* CSS */
color: #cf0eb4;
background-color: #cf0eb4;
/* Tailwind (arbitrary) */
class="text-[#cf0eb4] bg-[#cf0eb4]"
/* SCSS */
$brand: #cf0eb4;
/* SwiftUI */
Color(red: 0.812, green: 0.055, blue: 0.706)
/* Android */
Color.parseColor("#cf0eb4")Accessibility — WCAG contrast
Aa
#cf0eb4 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0eb4 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green5.5%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow13.0%
Key (black)18.8%
Color previews
#cf0eb4 text on a black background
contrast 4.37:1
Card sample
#cf0eb4 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0eb4;
Background color
Panel with #cf0eb4 background
background-color: #cf0eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 14, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 14, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0eb4; background: linear-gradient(135deg, #cf0eb4, #CF0E33);