#f06dec
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 109, 236
HSL
302°, 81%, 68%
CMYK
0, 55, 2, 6
Luminance
0.3552
Every format
| HEX | #f06dec |
| RGB | rgb(240, 109, 236) |
| HSL | hsl(302, 81%, 68%) |
| CMYK | cmyk(0%, 55%, 2%, 6%) |
| LAB | lab(66.2 66.4 -41.2) |
| LCH | lch(66.2 78.2 328.2) |
| OKLCH | oklch(0.736 0.218 328.7) |
Copy-ready code
/* CSS */
color: #f06dec;
background-color: #f06dec;
/* Tailwind (arbitrary) */
class="text-[#f06dec] bg-[#f06dec]"
/* SCSS */
$brand: #f06dec;
/* SwiftUI */
Color(red: 0.941, green: 0.427, blue: 0.925)
/* Android */
Color.parseColor("#f06dec")Accessibility — WCAG contrast
Aa
#f06dec on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f06dec on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green42.7%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta54.6%
Yellow1.7%
Key (black)5.9%
Color previews
#f06dec text on a black background
contrast 8.10:1
Card sample
#f06dec text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06dec;
Background color
Panel with #f06dec background
background-color: #f06dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 109, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 109, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06dec; background: linear-gradient(135deg, #f06dec, #F06D95);