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