#f482ee
a light, electric magenta / pink · warm · “violet”
RGB
244, 130, 238
HSL
303°, 84%, 73%
CMYK
0, 47, 3, 4
Luminance
0.4137
Every format
| HEX | #f482ee |
| RGB | rgb(244, 130, 238) |
| HSL | hsl(303, 84%, 73%) |
| CMYK | cmyk(0%, 47%, 3%, 4%) |
| LAB | lab(70.4 58.1 -35.6) |
| LCH | lch(70.4 68.1 328.5) |
| OKLCH | oklch(0.769 0.190 329.2) |
Copy-ready code
/* CSS */
color: #f482ee;
background-color: #f482ee;
/* Tailwind (arbitrary) */
class="text-[#f482ee] bg-[#f482ee]"
/* SCSS */
$brand: #f482ee;
/* SwiftUI */
Color(red: 0.957, green: 0.510, blue: 0.933)
/* Android */
Color.parseColor("#f482ee")Accessibility — WCAG contrast
Aa
#f482ee on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f482ee on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green51.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow2.5%
Key (black)4.3%
Color previews
#f482ee text on a black background
contrast 9.27:1
Card sample
#f482ee text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f482ee;
Background color
Panel with #f482ee background
background-color: #f482ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f482ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 130, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 130, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f482ee; background: linear-gradient(135deg, #f482ee, #F482A2);