#f061df
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 97, 223
HSL
307°, 83%, 66%
CMYK
0, 60, 7, 6
Luminance
0.3240
Every format
| HEX | #f061df |
| RGB | rgb(240, 97, 223) |
| HSL | hsl(307, 83%, 66%) |
| CMYK | cmyk(0%, 60%, 7%, 6%) |
| LAB | lab(63.7 69.5 -37.9) |
| LCH | lch(63.7 79.1 331.4) |
| OKLCH | oklch(0.716 0.225 332.6) |
Copy-ready code
/* CSS */
color: #f061df;
background-color: #f061df;
/* Tailwind (arbitrary) */
class="text-[#f061df] bg-[#f061df]"
/* SCSS */
$brand: #f061df;
/* SwiftUI */
Color(red: 0.941, green: 0.380, blue: 0.875)
/* Android */
Color.parseColor("#f061df")Accessibility — WCAG contrast
Aa
#f061df on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f061df on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green38.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow7.1%
Key (black)5.9%
Color previews
#f061df text on a black background
contrast 7.48:1
Card sample
#f061df text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f061df;
Background color
Panel with #f061df background
background-color: #f061df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f061df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 97, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 97, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f061df; background: linear-gradient(135deg, #f061df, #F06180);