#ffafed
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 175, 237
HSL
314°, 100%, 84%
CMYK
0, 31, 7, 0
Luminance
0.5803
Every format
| HEX | #ffafed |
| RGB | rgb(255, 175, 237) |
| HSL | hsl(314, 100%, 84%) |
| CMYK | cmyk(0%, 31%, 7%, 0%) |
| LAB | lab(80.8 38.4 -19.1) |
| LCH | lch(80.8 42.9 333.5) |
| OKLCH | oklch(0.849 0.121 335.0) |
Copy-ready code
/* CSS */
color: #ffafed;
background-color: #ffafed;
/* Tailwind (arbitrary) */
class="text-[#ffafed] bg-[#ffafed]"
/* SCSS */
$brand: #ffafed;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.929)
/* Android */
Color.parseColor("#ffafed")Accessibility — WCAG contrast
Aa
#ffafed on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffafed on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow7.1%
Key (black)0.0%
Color previews
#ffafed text on a black background
contrast 12.61:1
Card sample
#ffafed text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffafed;
Background color
Panel with #ffafed background
background-color: #ffafed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffafed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffafed; background: linear-gradient(135deg, #ffafed, #FFAFB8);