#f7aeec
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 174, 236
HSL
309°, 82%, 83%
CMYK
0, 30, 5, 3
Luminance
0.5610
Every format
| HEX | #f7aeec |
| RGB | rgb(247, 174, 236) |
| HSL | hsl(309, 82%, 83%) |
| CMYK | cmyk(0%, 30%, 5%, 3%) |
| LAB | lab(79.7 36.2 -20.3) |
| LCH | lch(79.7 41.5 330.7) |
| OKLCH | oklch(0.839 0.116 331.9) |
Copy-ready code
/* CSS */
color: #f7aeec;
background-color: #f7aeec;
/* Tailwind (arbitrary) */
class="text-[#f7aeec] bg-[#f7aeec]"
/* SCSS */
$brand: #f7aeec;
/* SwiftUI */
Color(red: 0.969, green: 0.682, blue: 0.925)
/* Android */
Color.parseColor("#f7aeec")Accessibility — WCAG contrast
Aa
#f7aeec on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7aeec on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green68.2%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow4.5%
Key (black)3.1%
Color previews
#f7aeec text on a black background
contrast 12.22:1
Card sample
#f7aeec text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7aeec;
Background color
Panel with #f7aeec background
background-color: #f7aeec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7aeec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 174, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 174, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7aeec; background: linear-gradient(135deg, #f7aeec, #F7AEBB);