#f482fe
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 130, 254
HSL
295°, 98%, 75%
CMYK
4, 49, 0, 0
Luminance
0.4235
Every format
| HEX | #f482fe |
| RGB | rgb(244, 130, 254) |
| HSL | hsl(295, 98%, 75%) |
| CMYK | cmyk(4%, 49%, 0%, 0%) |
| LAB | lab(71.1 60.9 -43.3) |
| LCH | lch(71.1 74.7 324.6) |
| OKLCH | oklch(0.776 0.204 324.2) |
Copy-ready code
/* CSS */
color: #f482fe;
background-color: #f482fe;
/* Tailwind (arbitrary) */
class="text-[#f482fe] bg-[#f482fe]"
/* SCSS */
$brand: #f482fe;
/* SwiftUI */
Color(red: 0.957, green: 0.510, blue: 0.996)
/* Android */
Color.parseColor("#f482fe")Accessibility — WCAG contrast
Aa
#f482fe on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f482fe on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green51.0%
Blue99.6%
CMYK percentages
Cyan3.9%
Magenta48.8%
Yellow0.0%
Key (black)0.4%
Color previews
#f482fe text on a black background
contrast 9.47:1
Card sample
#f482fe text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f482fe;
Background color
Panel with #f482fe background
background-color: #f482fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f482fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 130, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 130, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f482fe; background: linear-gradient(135deg, #f482fe, #FE82B5);