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