#ff7ddf
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 125, 223
HSL
315°, 100%, 75%
CMYK
0, 51, 13, 0
Luminance
0.4125
Every format
| HEX | #ff7ddf |
| RGB | rgb(255, 125, 223) |
| HSL | hsl(315, 100%, 75%) |
| CMYK | cmyk(0%, 51%, 13%, 0%) |
| LAB | lab(70.4 61.1 -27.4) |
| LCH | lch(70.4 67.0 335.9) |
| OKLCH | oklch(0.769 0.193 337.6) |
Copy-ready code
/* CSS */
color: #ff7ddf;
background-color: #ff7ddf;
/* Tailwind (arbitrary) */
class="text-[#ff7ddf] bg-[#ff7ddf]"
/* SCSS */
$brand: #ff7ddf;
/* SwiftUI */
Color(red: 1.000, green: 0.490, blue: 0.875)
/* Android */
Color.parseColor("#ff7ddf")Accessibility — WCAG contrast
Aa
#ff7ddf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7ddf on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green49.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow12.5%
Key (black)0.0%
Color previews
#ff7ddf text on a black background
contrast 9.25:1
Card sample
#ff7ddf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7ddf;
Background color
Panel with #ff7ddf background
background-color: #ff7ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 125, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 125, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7ddf; background: linear-gradient(135deg, #ff7ddf, #FF7D88);