#f482fc
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 130, 252
HSL
296°, 95%, 75%
CMYK
3, 48, 0, 1
Luminance
0.4223
Every format
| HEX | #f482fc |
| RGB | rgb(244, 130, 252) |
| HSL | hsl(296, 95%, 75%) |
| CMYK | cmyk(3%, 48%, 0%, 1%) |
| LAB | lab(71.0 60.5 -42.3) |
| LCH | lch(71.0 73.8 325.0) |
| OKLCH | oklch(0.775 0.202 324.8) |
Copy-ready code
/* CSS */
color: #f482fc;
background-color: #f482fc;
/* Tailwind (arbitrary) */
class="text-[#f482fc] bg-[#f482fc]"
/* SCSS */
$brand: #f482fc;
/* SwiftUI */
Color(red: 0.957, green: 0.510, blue: 0.988)
/* Android */
Color.parseColor("#f482fc")Accessibility — WCAG contrast
Aa
#f482fc on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f482fc on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green51.0%
Blue98.8%
CMYK percentages
Cyan3.2%
Magenta48.4%
Yellow0.0%
Key (black)1.2%
Color previews
#f482fc text on a black background
contrast 9.45:1
Card sample
#f482fc text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f482fc;
Background color
Panel with #f482fc background
background-color: #f482fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f482fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 130, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 130, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f482fc; background: linear-gradient(135deg, #f482fc, #FC82B3);