#ff7daf
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 125, 175
HSL
337°, 100%, 75%
CMYK
0, 51, 31, 0
Luminance
0.3902
Every format
| HEX | #ff7daf |
| RGB | rgb(255, 125, 175) |
| HSL | hsl(337, 100%, 75%) |
| CMYK | cmyk(0%, 51%, 31%, 0%) |
| LAB | lab(68.8 54.5 -3.0) |
| LCH | lch(68.8 54.6 356.9) |
| OKLCH | oklch(0.752 0.166 357.6) |
Copy-ready code
/* CSS */
color: #ff7daf;
background-color: #ff7daf;
/* Tailwind (arbitrary) */
class="text-[#ff7daf] bg-[#ff7daf]"
/* SCSS */
$brand: #ff7daf;
/* SwiftUI */
Color(red: 1.000, green: 0.490, blue: 0.686)
/* Android */
Color.parseColor("#ff7daf")Accessibility — WCAG contrast
Aa
#ff7daf on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7daf on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green49.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow31.4%
Key (black)0.0%
Color previews
#ff7daf text on a black background
contrast 8.80:1
Card sample
#ff7daf text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7daf;
Background color
Panel with #ff7daf background
background-color: #ff7daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 125, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 125, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7daf; background: linear-gradient(135deg, #ff7daf, #FFA27D);