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