#cf0eaf
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 14, 175
HSL
310°, 87%, 43%
CMYK
0, 93, 16, 19
Luminance
0.1667
Every format
| HEX | #cf0eaf |
| RGB | rgb(207, 14, 175) |
| HSL | hsl(310, 87%, 43%) |
| CMYK | cmyk(0%, 93%, 16%, 19%) |
| LAB | lab(47.9 78.4 -35.5) |
| LCH | lch(47.9 86.1 335.6) |
| OKLCH | oklch(0.584 0.252 337.4) |
Copy-ready code
/* CSS */
color: #cf0eaf;
background-color: #cf0eaf;
/* Tailwind (arbitrary) */
class="text-[#cf0eaf] bg-[#cf0eaf]"
/* SCSS */
$brand: #cf0eaf;
/* SwiftUI */
Color(red: 0.812, green: 0.055, blue: 0.686)
/* Android */
Color.parseColor("#cf0eaf")Accessibility — WCAG contrast
Aa
#cf0eaf on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0eaf on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green5.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow15.5%
Key (black)18.8%
Color previews
#cf0eaf text on a black background
contrast 4.33:1
Card sample
#cf0eaf text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0eaf;
Background color
Panel with #cf0eaf background
background-color: #cf0eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 14, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 14, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0eaf; background: linear-gradient(135deg, #cf0eaf, #CF0E2E);