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