#fa72ec
a light, electric magenta / pink · warm · closest name: violet
RGB
250, 114, 236
HSL
306°, 93%, 71%
CMYK
0, 54, 6, 2
Luminance
0.3841
Every format
| HEX | #fa72ec |
| RGB | rgb(250, 114, 236) |
| HSL | hsl(306, 93%, 71%) |
| CMYK | cmyk(0%, 54%, 6%, 2%) |
| LAB | lab(68.3 66.8 -37.7) |
| LCH | lch(68.3 76.7 330.6) |
| OKLCH | oklch(0.755 0.217 331.6) |
Copy-ready code
/* CSS */
color: #fa72ec;
background-color: #fa72ec;
/* Tailwind (arbitrary) */
class="text-[#fa72ec] bg-[#fa72ec]"
/* SCSS */
$brand: #fa72ec;
/* SwiftUI */
Color(red: 0.980, green: 0.447, blue: 0.925)
/* Android */
Color.parseColor("#fa72ec")Accessibility — WCAG contrast
Aa
#fa72ec on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa72ec on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green44.7%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta54.4%
Yellow5.6%
Key (black)2.0%
Color previews
#fa72ec text on a black background
contrast 8.68:1
Card sample
#fa72ec text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa72ec;
Background color
Panel with #fa72ec background
background-color: #fa72ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa72ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 114, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 114, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa72ec; background: linear-gradient(135deg, #fa72ec, #FA7291);