#f08cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 140, 253
HSL
293°, 97%, 77%
CMYK
5, 45, 0, 1
Luminance
0.4437
Every format
| HEX | #f08cfd |
| RGB | rgb(240, 140, 253) |
| HSL | hsl(293, 97%, 77%) |
| CMYK | cmyk(5%, 45%, 0%, 1%) |
| LAB | lab(72.5 54.7 -40.6) |
| LCH | lch(72.5 68.1 323.4) |
| OKLCH | oklch(0.785 0.185 322.8) |
Copy-ready code
/* CSS */
color: #f08cfd;
background-color: #f08cfd;
/* Tailwind (arbitrary) */
class="text-[#f08cfd] bg-[#f08cfd]"
/* SCSS */
$brand: #f08cfd;
/* SwiftUI */
Color(red: 0.941, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#f08cfd")Accessibility — WCAG contrast
Aa
#f08cfd on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08cfd on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green54.9%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f08cfd text on a black background
contrast 9.87:1
Card sample
#f08cfd text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08cfd;
Background color
Panel with #f08cfd background
background-color: #f08cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08cfd; background: linear-gradient(135deg, #f08cfd, #FD8CBF);