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