#f068fd
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 104, 253
HSL
295°, 97%, 70%
CMYK
5, 59, 0, 1
Luminance
0.3552
Every format
| HEX | #f068fd |
| RGB | rgb(240, 104, 253) |
| HSL | hsl(295, 97%, 70%) |
| CMYK | cmyk(5%, 59%, 0%, 1%) |
| LAB | lab(66.2 71.5 -50.6) |
| LCH | lch(66.2 87.6 324.7) |
| OKLCH | oklch(0.739 0.239 324.1) |
Copy-ready code
/* CSS */
color: #f068fd;
background-color: #f068fd;
/* Tailwind (arbitrary) */
class="text-[#f068fd] bg-[#f068fd]"
/* SCSS */
$brand: #f068fd;
/* SwiftUI */
Color(red: 0.941, green: 0.408, blue: 0.992)
/* Android */
Color.parseColor("#f068fd")Accessibility — WCAG contrast
Aa
#f068fd on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f068fd on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green40.8%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta58.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f068fd text on a black background
contrast 8.10:1
Card sample
#f068fd text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f068fd;
Background color
Panel with #f068fd background
background-color: #f068fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f068fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 104, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 104, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f068fd; background: linear-gradient(135deg, #f068fd, #FD68A7);