#f7acea
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 172, 234
HSL
310°, 82%, 82%
CMYK
0, 30, 5, 3
Luminance
0.5522
Every format
| HEX | #f7acea |
| RGB | rgb(247, 172, 234) |
| HSL | hsl(310, 82%, 82%) |
| CMYK | cmyk(0%, 30%, 5%, 3%) |
| LAB | lab(79.2 36.9 -20.0) |
| LCH | lch(79.2 42.0 331.5) |
| OKLCH | oklch(0.835 0.118 332.9) |
Copy-ready code
/* CSS */
color: #f7acea;
background-color: #f7acea;
/* Tailwind (arbitrary) */
class="text-[#f7acea] bg-[#f7acea]"
/* SCSS */
$brand: #f7acea;
/* SwiftUI */
Color(red: 0.969, green: 0.675, blue: 0.918)
/* Android */
Color.parseColor("#f7acea")Accessibility — WCAG contrast
Aa
#f7acea on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7acea on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green67.5%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow5.3%
Key (black)3.1%
Color previews
#f7acea text on a black background
contrast 12.04:1
Card sample
#f7acea text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7acea;
Background color
Panel with #f7acea background
background-color: #f7acea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7acea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 172, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 172, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7acea; background: linear-gradient(135deg, #f7acea, #F7ACB8);