#ffafc7
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 175, 199
HSL
342°, 100%, 84%
CMYK
0, 31, 22, 0
Luminance
0.5604
Every format
| HEX | #ffafc7 |
| RGB | rgb(255, 175, 199) |
| HSL | hsl(342, 100%, 84%) |
| CMYK | cmyk(0%, 31%, 22%, 0%) |
| LAB | lab(79.6 32.5 -0.3) |
| LCH | lch(79.6 32.5 359.5) |
| OKLCH | oklch(0.837 0.098 359.9) |
Copy-ready code
/* CSS */
color: #ffafc7;
background-color: #ffafc7;
/* Tailwind (arbitrary) */
class="text-[#ffafc7] bg-[#ffafc7]"
/* SCSS */
$brand: #ffafc7;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.780)
/* Android */
Color.parseColor("#ffafc7")Accessibility — WCAG contrast
Aa
#ffafc7 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffafc7 on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow22.0%
Key (black)0.0%
Color previews
#ffafc7 text on a black background
contrast 12.21:1
Card sample
#ffafc7 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffafc7;
Background color
Panel with #ffafc7 background
background-color: #ffafc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffafc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffafc7; background: linear-gradient(135deg, #ffafc7, #FFCCAF);