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