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