#f06dfd
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 109, 253
HSL
295°, 97%, 71%
CMYK
5, 57, 0, 1
Luminance
0.3655
Every format
| HEX | #f06dfd |
| RGB | rgb(240, 109, 253) |
| HSL | hsl(295, 97%, 71%) |
| CMYK | cmyk(5%, 57%, 0%, 1%) |
| LAB | lab(66.9 69.3 -49.3) |
| LCH | lch(66.9 85.1 324.6) |
| OKLCH | oklch(0.744 0.232 324.0) |
Copy-ready code
/* CSS */
color: #f06dfd;
background-color: #f06dfd;
/* Tailwind (arbitrary) */
class="text-[#f06dfd] bg-[#f06dfd]"
/* SCSS */
$brand: #f06dfd;
/* SwiftUI */
Color(red: 0.941, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#f06dfd")Accessibility — WCAG contrast
Aa
#f06dfd on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f06dfd on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green42.7%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f06dfd text on a black background
contrast 8.31:1
Card sample
#f06dfd text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06dfd;
Background color
Panel with #f06dfd background
background-color: #f06dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06dfd; background: linear-gradient(135deg, #f06dfd, #FD6DAA);