#ff8cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 140, 253
HSL
301°, 100%, 78%
CMYK
0, 45, 1, 0
Luminance
0.4711
Every format
| HEX | #ff8cfd |
| RGB | rgb(255, 140, 253) |
| HSL | hsl(301, 100%, 78%) |
| CMYK | cmyk(0%, 45%, 1%, 0%) |
| LAB | lab(74.3 58.9 -37.7) |
| LCH | lch(74.3 70.0 327.3) |
| OKLCH | oklch(0.802 0.194 327.8) |
Copy-ready code
/* CSS */
color: #ff8cfd;
background-color: #ff8cfd;
/* Tailwind (arbitrary) */
class="text-[#ff8cfd] bg-[#ff8cfd]"
/* SCSS */
$brand: #ff8cfd;
/* SwiftUI */
Color(red: 1.000, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#ff8cfd")Accessibility — WCAG contrast
Aa
#ff8cfd on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8cfd on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green54.9%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow0.8%
Key (black)0.0%
Color previews
#ff8cfd text on a black background
contrast 10.42:1
Card sample
#ff8cfd text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8cfd;
Background color
Panel with #ff8cfd background
background-color: #ff8cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8cfd; background: linear-gradient(135deg, #ff8cfd, #FF8CB1);