#e681af
a light, vivid magenta / pink · warm · closest name: plum
RGB
230, 129, 175
HSL
333°, 67%, 70%
CMYK
0, 44, 24, 10
Luminance
0.3562
Every format
| HEX | #e681af |
| RGB | rgb(230, 129, 175) |
| HSL | hsl(333, 67%, 70%) |
| CMYK | cmyk(0%, 44%, 24%, 10%) |
| LAB | lab(66.2 44.4 -7.1) |
| LCH | lch(66.2 44.9 350.9) |
| OKLCH | oklch(0.726 0.135 352.2) |
Copy-ready code
/* CSS */
color: #e681af;
background-color: #e681af;
/* Tailwind (arbitrary) */
class="text-[#e681af] bg-[#e681af]"
/* SCSS */
$brand: #e681af;
/* SwiftUI */
Color(red: 0.902, green: 0.506, blue: 0.686)
/* Android */
Color.parseColor("#e681af")Accessibility — WCAG contrast
Aa
#e681af on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e681af on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green50.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow23.9%
Key (black)9.8%
Color previews
#e681af text on a black background
contrast 8.12:1
Card sample
#e681af text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e681af;
Background color
Panel with #e681af background
background-color: #e681af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e681af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 129, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 129, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e681af; background: linear-gradient(135deg, #e681af, #E69681);