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