#f15af2
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 90, 242
HSL
300°, 85%, 65%
CMYK
0, 63, 0, 5
Luminance
0.3242
Every format
| HEX | #f15af2 |
| RGB | rgb(241, 90, 242) |
| HSL | hsl(300, 85%, 65%) |
| CMYK | cmyk(0%, 63%, 0%, 5%) |
| LAB | lab(63.7 75.5 -48.4) |
| LCH | lch(63.7 89.7 327.4) |
| OKLCH | oklch(0.719 0.249 327.5) |
Copy-ready code
/* CSS */
color: #f15af2;
background-color: #f15af2;
/* Tailwind (arbitrary) */
class="text-[#f15af2] bg-[#f15af2]"
/* SCSS */
$brand: #f15af2;
/* SwiftUI */
Color(red: 0.945, green: 0.353, blue: 0.949)
/* Android */
Color.parseColor("#f15af2")Accessibility — WCAG contrast
Aa
#f15af2 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f15af2 on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green35.3%
Blue94.9%
CMYK percentages
Cyan0.4%
Magenta62.8%
Yellow0.0%
Key (black)5.1%
Color previews
#f15af2 text on a black background
contrast 7.48:1
Card sample
#f15af2 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f15af2;
Background color
Panel with #f15af2 background
background-color: #f15af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f15af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 90, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 90, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f15af2; background: linear-gradient(135deg, #f15af2, #F25A8E);