#f89afd
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 154, 253
HSL
297°, 96%, 80%
CMYK
2, 39, 0, 1
Luminance
0.5016
Every format
| HEX | #f89afd |
| RGB | rgb(248, 154, 253) |
| HSL | hsl(297, 96%, 80%) |
| CMYK | cmyk(2%, 39%, 0%, 1%) |
| LAB | lab(76.2 49.9 -34.9) |
| LCH | lch(76.2 60.9 325.1) |
| OKLCH | oklch(0.815 0.167 325.2) |
Copy-ready code
/* CSS */
color: #f89afd;
background-color: #f89afd;
/* Tailwind (arbitrary) */
class="text-[#f89afd] bg-[#f89afd]"
/* SCSS */
$brand: #f89afd;
/* SwiftUI */
Color(red: 0.973, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#f89afd")Accessibility — WCAG contrast
Aa
#f89afd on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89afd on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green60.4%
Blue99.2%
CMYK percentages
Cyan2.0%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f89afd text on a black background
contrast 11.03:1
Card sample
#f89afd text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89afd;
Background color
Panel with #f89afd background
background-color: #f89afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89afd; background: linear-gradient(135deg, #f89afd, #FD9AC0);