#f07ef1
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 126, 241
HSL
300°, 80%, 72%
CMYK
0, 48, 0, 6
Luminance
0.3980
Every format
| HEX | #f07ef1 |
| RGB | rgb(240, 126, 241) |
| HSL | hsl(300, 80%, 72%) |
| CMYK | cmyk(0%, 48%, 0%, 6%) |
| LAB | lab(69.3 59.4 -39.0) |
| LCH | lch(69.3 71.1 326.7) |
| OKLCH | oklch(0.760 0.196 327.0) |
Copy-ready code
/* CSS */
color: #f07ef1;
background-color: #f07ef1;
/* Tailwind (arbitrary) */
class="text-[#f07ef1] bg-[#f07ef1]"
/* SCSS */
$brand: #f07ef1;
/* SwiftUI */
Color(red: 0.941, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#f07ef1")Accessibility — WCAG contrast
Aa
#f07ef1 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07ef1 on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green49.4%
Blue94.5%
CMYK percentages
Cyan0.4%
Magenta47.7%
Yellow0.0%
Key (black)5.5%
Color previews
#f07ef1 text on a black background
contrast 8.96:1
Card sample
#f07ef1 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07ef1;
Background color
Panel with #f07ef1 background
background-color: #f07ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07ef1; background: linear-gradient(135deg, #f07ef1, #F17EA5);