#f5a8ff
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 168, 255
HSL
293°, 100%, 83%
CMYK
4, 34, 0, 0
Luminance
0.5464
Every format
| HEX | #f5a8ff |
| RGB | rgb(245, 168, 255) |
| HSL | hsl(293, 100%, 83%) |
| CMYK | cmyk(4%, 34%, 0%, 0%) |
| LAB | lab(78.8 42.1 -31.8) |
| LCH | lch(78.8 52.8 322.9) |
| OKLCH | oklch(0.834 0.143 322.7) |
Copy-ready code
/* CSS */
color: #f5a8ff;
background-color: #f5a8ff;
/* Tailwind (arbitrary) */
class="text-[#f5a8ff] bg-[#f5a8ff]"
/* SCSS */
$brand: #f5a8ff;
/* SwiftUI */
Color(red: 0.961, green: 0.659, blue: 1.000)
/* Android */
Color.parseColor("#f5a8ff")Accessibility — WCAG contrast
Aa
#f5a8ff on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5a8ff on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green65.9%
Blue100.0%
CMYK percentages
Cyan3.9%
Magenta34.1%
Yellow0.0%
Key (black)0.0%
Color previews
#f5a8ff text on a black background
contrast 11.93:1
Card sample
#f5a8ff text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5a8ff;
Background color
Panel with #f5a8ff background
background-color: #f5a8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5a8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 168, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 168, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5a8ff; background: linear-gradient(135deg, #f5a8ff, #FFA8CF);