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