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