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