#f07af5
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 122, 245
HSL
298°, 86%, 72%
CMYK
2, 50, 0, 4
Luminance
0.3904
Every format
| HEX | #f07af5 |
| RGB | rgb(240, 122, 245) |
| HSL | hsl(298, 86%, 72%) |
| CMYK | cmyk(2%, 50%, 0%, 4%) |
| LAB | lab(68.8 62.0 -42.1) |
| LCH | lch(68.8 74.9 325.8) |
| OKLCH | oklch(0.757 0.206 325.8) |
Copy-ready code
/* CSS */
color: #f07af5;
background-color: #f07af5;
/* Tailwind (arbitrary) */
class="text-[#f07af5] bg-[#f07af5]"
/* SCSS */
$brand: #f07af5;
/* SwiftUI */
Color(red: 0.941, green: 0.478, blue: 0.961)
/* Android */
Color.parseColor("#f07af5")Accessibility — WCAG contrast
Aa
#f07af5 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07af5 on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green47.8%
Blue96.1%
CMYK percentages
Cyan2.0%
Magenta50.2%
Yellow0.0%
Key (black)3.9%
Color previews
#f07af5 text on a black background
contrast 8.81:1
Card sample
#f07af5 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07af5;
Background color
Panel with #f07af5 background
background-color: #f07af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 122, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 122, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07af5; background: linear-gradient(135deg, #f07af5, #F57AA8);