#f7aefe
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 174, 254
HSL
295°, 98%, 84%
CMYK
3, 32, 0, 0
Luminance
0.5720
Every format
| HEX | #f7aefe |
| RGB | rgb(247, 174, 254) |
| HSL | hsl(295, 98%, 84%) |
| CMYK | cmyk(3%, 32%, 0%, 0%) |
| LAB | lab(80.3 39.4 -29.1) |
| LCH | lch(80.3 49.0 323.6) |
| OKLCH | oklch(0.846 0.133 323.7) |
Copy-ready code
/* CSS */
color: #f7aefe;
background-color: #f7aefe;
/* Tailwind (arbitrary) */
class="text-[#f7aefe] bg-[#f7aefe]"
/* SCSS */
$brand: #f7aefe;
/* SwiftUI */
Color(red: 0.969, green: 0.682, blue: 0.996)
/* Android */
Color.parseColor("#f7aefe")Accessibility — WCAG contrast
Aa
#f7aefe on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7aefe on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green68.2%
Blue99.6%
CMYK percentages
Cyan2.8%
Magenta31.5%
Yellow0.0%
Key (black)0.4%
Color previews
#f7aefe text on a black background
contrast 12.44:1
Card sample
#f7aefe text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7aefe;
Background color
Panel with #f7aefe background
background-color: #f7aefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7aefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 174, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 174, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7aefe; background: linear-gradient(135deg, #f7aefe, #FEAED0);