#f07dff
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 125, 255
HSL
293°, 100%, 75%
CMYK
6, 51, 0, 0
Luminance
0.4041
Every format
| HEX | #f07dff |
| RGB | rgb(240, 125, 255) |
| HSL | hsl(293, 100%, 75%) |
| CMYK | cmyk(6%, 51%, 0%, 0%) |
| LAB | lab(69.8 62.4 -46.0) |
| LCH | lch(69.8 77.5 323.6) |
| OKLCH | oklch(0.765 0.211 322.9) |
Copy-ready code
/* CSS */
color: #f07dff;
background-color: #f07dff;
/* Tailwind (arbitrary) */
class="text-[#f07dff] bg-[#f07dff]"
/* SCSS */
$brand: #f07dff;
/* SwiftUI */
Color(red: 0.941, green: 0.490, blue: 1.000)
/* Android */
Color.parseColor("#f07dff")Accessibility — WCAG contrast
Aa
#f07dff on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07dff on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green49.0%
Blue100.0%
CMYK percentages
Cyan5.9%
Magenta51.0%
Yellow0.0%
Key (black)0.0%
Color previews
#f07dff text on a black background
contrast 9.08:1
Card sample
#f07dff text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07dff;
Background color
Panel with #f07dff background
background-color: #f07dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 125, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 125, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07dff; background: linear-gradient(135deg, #f07dff, #FF7DB7);