#f7aecf
a light, electric magenta / pink · warm · closest name: pink
RGB
247, 174, 207
HSL
333°, 82%, 83%
CMYK
0, 30, 16, 3
Luminance
0.5455
Every format
| HEX | #f7aecf |
| RGB | rgb(247, 174, 207) |
| HSL | hsl(333, 82%, 83%) |
| CMYK | cmyk(0%, 30%, 16%, 3%) |
| LAB | lab(78.8 31.4 -6.0) |
| LCH | lch(78.8 32.0 349.3) |
| OKLCH | oklch(0.829 0.095 350.6) |
Copy-ready code
/* CSS */
color: #f7aecf;
background-color: #f7aecf;
/* Tailwind (arbitrary) */
class="text-[#f7aecf] bg-[#f7aecf]"
/* SCSS */
$brand: #f7aecf;
/* SwiftUI */
Color(red: 0.969, green: 0.682, blue: 0.812)
/* Android */
Color.parseColor("#f7aecf")Accessibility — WCAG contrast
Aa
#f7aecf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7aecf on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green68.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow16.2%
Key (black)3.1%
Color previews
#f7aecf text on a black background
contrast 11.91:1
Card sample
#f7aecf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7aecf;
Background color
Panel with #f7aecf background
background-color: #f7aecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7aecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 174, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 174, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7aecf; background: linear-gradient(135deg, #f7aecf, #F7BEAE);