#ffa7df
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 167, 223
HSL
322°, 100%, 83%
CMYK
0, 35, 13, 0
Luminance
0.5423
Every format
| HEX | #ffa7df |
| RGB | rgb(255, 167, 223) |
| HSL | hsl(322, 100%, 83%) |
| CMYK | cmyk(0%, 35%, 13%, 0%) |
| LAB | lab(78.6 40.3 -14.8) |
| LCH | lch(78.6 42.9 339.8) |
| OKLCH | oklch(0.831 0.124 341.5) |
Copy-ready code
/* CSS */
color: #ffa7df;
background-color: #ffa7df;
/* Tailwind (arbitrary) */
class="text-[#ffa7df] bg-[#ffa7df]"
/* SCSS */
$brand: #ffa7df;
/* SwiftUI */
Color(red: 1.000, green: 0.655, blue: 0.875)
/* Android */
Color.parseColor("#ffa7df")Accessibility — WCAG contrast
Aa
#ffa7df on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa7df on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow12.5%
Key (black)0.0%
Color previews
#ffa7df text on a black background
contrast 11.85:1
Card sample
#ffa7df text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa7df;
Background color
Panel with #ffa7df background
background-color: #ffa7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 167, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 167, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa7df; background: linear-gradient(135deg, #ffa7df, #FFA9A7);