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