#f07afd
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 122, 253
HSL
294°, 97%, 74%
CMYK
5, 52, 0, 1
Luminance
0.3954
Every format
| HEX | #f07afd |
| RGB | rgb(240, 122, 253) |
| HSL | hsl(294, 97%, 74%) |
| CMYK | cmyk(5%, 52%, 0%, 1%) |
| LAB | lab(69.1 63.4 -45.9) |
| LCH | lch(69.1 78.3 324.1) |
| OKLCH | oklch(0.760 0.213 323.5) |
Copy-ready code
/* CSS */
color: #f07afd;
background-color: #f07afd;
/* Tailwind (arbitrary) */
class="text-[#f07afd] bg-[#f07afd]"
/* SCSS */
$brand: #f07afd;
/* SwiftUI */
Color(red: 0.941, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#f07afd")Accessibility — WCAG contrast
Aa
#f07afd on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07afd on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green47.8%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f07afd text on a black background
contrast 8.91:1
Card sample
#f07afd text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07afd;
Background color
Panel with #f07afd background
background-color: #f07afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07afd; background: linear-gradient(135deg, #f07afd, #FD7AB3);