#af0ebc
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 14, 188
HSL
296°, 86%, 40%
CMYK
7, 93, 0, 26
Luminance
0.1306
Every format
| HEX | #af0ebc |
| RGB | rgb(175, 14, 188) |
| HSL | hsl(296, 86%, 40%) |
| CMYK | cmyk(7%, 93%, 0%, 26%) |
| LAB | lab(42.9 74.7 -51.5) |
| LCH | lch(42.9 90.7 325.4) |
| OKLCH | oklch(0.541 0.247 324.4) |
Copy-ready code
/* CSS */
color: #af0ebc;
background-color: #af0ebc;
/* Tailwind (arbitrary) */
class="text-[#af0ebc] bg-[#af0ebc]"
/* SCSS */
$brand: #af0ebc;
/* SwiftUI */
Color(red: 0.686, green: 0.055, blue: 0.737)
/* Android */
Color.parseColor("#af0ebc")Accessibility — WCAG contrast
Aa
#af0ebc on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0ebc on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.5%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta92.6%
Yellow0.0%
Key (black)26.3%
Color previews
#af0ebc text on a black background
contrast 3.61:1
Card sample
#af0ebc text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0ebc;
Background color
Panel with #af0ebc background
background-color: #af0ebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0ebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 14, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 14, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0ebc; background: linear-gradient(135deg, #af0ebc, #BC0E55);