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