#f8a7ff
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 167, 255
HSL
295°, 100%, 83%
CMYK
3, 35, 0, 0
Luminance
0.5481
Every format
| HEX | #f8a7ff |
| RGB | rgb(248, 167, 255) |
| HSL | hsl(295, 100%, 83%) |
| CMYK | cmyk(3%, 35%, 0%, 0%) |
| LAB | lab(78.9 43.6 -31.7) |
| LCH | lch(78.9 53.9 324.0) |
| OKLCH | oklch(0.836 0.147 324.0) |
Copy-ready code
/* CSS */
color: #f8a7ff;
background-color: #f8a7ff;
/* Tailwind (arbitrary) */
class="text-[#f8a7ff] bg-[#f8a7ff]"
/* SCSS */
$brand: #f8a7ff;
/* SwiftUI */
Color(red: 0.973, green: 0.655, blue: 1.000)
/* Android */
Color.parseColor("#f8a7ff")Accessibility — WCAG contrast
Aa
#f8a7ff on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8a7ff on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green65.5%
Blue100.0%
CMYK percentages
Cyan2.7%
Magenta34.5%
Yellow0.0%
Key (black)0.0%
Color previews
#f8a7ff text on a black background
contrast 11.96:1
Card sample
#f8a7ff text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8a7ff;
Background color
Panel with #f8a7ff background
background-color: #f8a7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8a7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 167, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 167, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8a7ff; background: linear-gradient(135deg, #f8a7ff, #FFA7CB);