#f07cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 124, 223
HSL
309°, 80%, 71%
CMYK
0, 48, 7, 6
Luminance
0.3827
Every format
| HEX | #f07cdf |
| RGB | rgb(240, 124, 223) |
| HSL | hsl(309, 80%, 71%) |
| CMYK | cmyk(0%, 48%, 7%, 6%) |
| LAB | lab(68.2 57.3 -30.8) |
| LCH | lch(68.2 65.0 331.7) |
| OKLCH | oklch(0.750 0.184 333.0) |
Copy-ready code
/* CSS */
color: #f07cdf;
background-color: #f07cdf;
/* Tailwind (arbitrary) */
class="text-[#f07cdf] bg-[#f07cdf]"
/* SCSS */
$brand: #f07cdf;
/* SwiftUI */
Color(red: 0.941, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#f07cdf")Accessibility — WCAG contrast
Aa
#f07cdf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07cdf on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green48.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow7.1%
Key (black)5.9%
Color previews
#f07cdf text on a black background
contrast 8.65:1
Card sample
#f07cdf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07cdf;
Background color
Panel with #f07cdf background
background-color: #f07cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07cdf; background: linear-gradient(135deg, #f07cdf, #F07C92);