#f7aefc
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 174, 252
HSL
296°, 93%, 84%
CMYK
2, 31, 0, 1
Luminance
0.5707
Every format
| HEX | #f7aefc |
| RGB | rgb(247, 174, 252) |
| HSL | hsl(296, 93%, 84%) |
| CMYK | cmyk(2%, 31%, 0%, 1%) |
| LAB | lab(80.2 39.0 -28.1) |
| LCH | lch(80.2 48.1 324.3) |
| OKLCH | oklch(0.845 0.131 324.5) |
Copy-ready code
/* CSS */
color: #f7aefc;
background-color: #f7aefc;
/* Tailwind (arbitrary) */
class="text-[#f7aefc] bg-[#f7aefc]"
/* SCSS */
$brand: #f7aefc;
/* SwiftUI */
Color(red: 0.969, green: 0.682, blue: 0.988)
/* Android */
Color.parseColor("#f7aefc")Accessibility — WCAG contrast
Aa
#f7aefc on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7aefc on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green68.2%
Blue98.8%
CMYK percentages
Cyan2.0%
Magenta31.0%
Yellow0.0%
Key (black)1.2%
Color previews
#f7aefc text on a black background
contrast 12.41:1
Card sample
#f7aefc text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7aefc;
Background color
Panel with #f7aefc background
background-color: #f7aefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7aefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 174, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 174, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7aefc; background: linear-gradient(135deg, #f7aefc, #FCAECD);