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