#ff5ddf
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 93, 223
HSL
312°, 100%, 68%
CMYK
0, 64, 13, 0
Luminance
0.3442
Every format
| HEX | #ff5ddf |
| RGB | rgb(255, 93, 223) |
| HSL | hsl(312, 100%, 68%) |
| CMYK | cmyk(0%, 64%, 13%, 0%) |
| LAB | lab(65.3 74.8 -35.2) |
| LCH | lch(65.3 82.7 334.8) |
| OKLCH | oklch(0.732 0.239 336.5) |
Copy-ready code
/* CSS */
color: #ff5ddf;
background-color: #ff5ddf;
/* Tailwind (arbitrary) */
class="text-[#ff5ddf] bg-[#ff5ddf]"
/* SCSS */
$brand: #ff5ddf;
/* SwiftUI */
Color(red: 1.000, green: 0.365, blue: 0.875)
/* Android */
Color.parseColor("#ff5ddf")Accessibility — WCAG contrast
Aa
#ff5ddf on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff5ddf on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green36.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow12.5%
Key (black)0.0%
Color previews
#ff5ddf text on a black background
contrast 7.88:1
Card sample
#ff5ddf text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5ddf;
Background color
Panel with #ff5ddf background
background-color: #ff5ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 93, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 93, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5ddf; background: linear-gradient(135deg, #ff5ddf, #FF5D73);