#f89af2
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 154, 242
HSL
304°, 87%, 79%
CMYK
0, 38, 2, 3
Luminance
0.4948
Every format
| HEX | #f89af2 |
| RGB | rgb(248, 154, 242) |
| HSL | hsl(304, 87%, 79%) |
| CMYK | cmyk(0%, 38%, 2%, 3%) |
| LAB | lab(75.8 47.9 -29.5) |
| LCH | lch(75.8 56.3 328.4) |
| OKLCH | oklch(0.810 0.157 329.2) |
Copy-ready code
/* CSS */
color: #f89af2;
background-color: #f89af2;
/* Tailwind (arbitrary) */
class="text-[#f89af2] bg-[#f89af2]"
/* SCSS */
$brand: #f89af2;
/* SwiftUI */
Color(red: 0.973, green: 0.604, blue: 0.949)
/* Android */
Color.parseColor("#f89af2")Accessibility — WCAG contrast
Aa
#f89af2 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89af2 on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green60.4%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow2.4%
Key (black)2.7%
Color previews
#f89af2 text on a black background
contrast 10.90:1
Card sample
#f89af2 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89af2;
Background color
Panel with #f89af2 background
background-color: #f89af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 154, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 154, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89af2; background: linear-gradient(135deg, #f89af2, #F89AB3);