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