#f06dfe
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 109, 254
HSL
294°, 99%, 71%
CMYK
6, 57, 0, 0
Luminance
0.3662
Every format
| HEX | #f06dfe |
| RGB | rgb(240, 109, 254) |
| HSL | hsl(294, 99%, 71%) |
| CMYK | cmyk(6%, 57%, 0%, 0%) |
| LAB | lab(67.0 69.5 -49.8) |
| LCH | lch(67.0 85.5 324.4) |
| OKLCH | oklch(0.745 0.233 323.7) |
Copy-ready code
/* CSS */
color: #f06dfe;
background-color: #f06dfe;
/* Tailwind (arbitrary) */
class="text-[#f06dfe] bg-[#f06dfe]"
/* SCSS */
$brand: #f06dfe;
/* SwiftUI */
Color(red: 0.941, green: 0.427, blue: 0.996)
/* Android */
Color.parseColor("#f06dfe")Accessibility — WCAG contrast
Aa
#f06dfe on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f06dfe on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green42.7%
Blue99.6%
CMYK percentages
Cyan5.5%
Magenta57.1%
Yellow0.0%
Key (black)0.4%
Color previews
#f06dfe text on a black background
contrast 8.32:1
Card sample
#f06dfe text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06dfe;
Background color
Panel with #f06dfe background
background-color: #f06dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 109, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 109, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06dfe; background: linear-gradient(135deg, #f06dfe, #FE6DAB);