#ffafd4
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 175, 212
HSL
332°, 100%, 84%
CMYK
0, 31, 17, 0
Luminance
0.5667
Every format
| HEX | #ffafd4 |
| RGB | rgb(255, 175, 212) |
| HSL | hsl(332, 100%, 84%) |
| CMYK | cmyk(0%, 31%, 17%, 0%) |
| LAB | lab(80.0 34.4 -6.8) |
| LCH | lch(80.0 35.1 348.9) |
| OKLCH | oklch(0.841 0.104 350.3) |
Copy-ready code
/* CSS */
color: #ffafd4;
background-color: #ffafd4;
/* Tailwind (arbitrary) */
class="text-[#ffafd4] bg-[#ffafd4]"
/* SCSS */
$brand: #ffafd4;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.831)
/* Android */
Color.parseColor("#ffafd4")Accessibility — WCAG contrast
Aa
#ffafd4 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffafd4 on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow16.9%
Key (black)0.0%
Color previews
#ffafd4 text on a black background
contrast 12.33:1
Card sample
#ffafd4 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffafd4;
Background color
Panel with #ffafd4 background
background-color: #ffafd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffafd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffafd4; background: linear-gradient(135deg, #ffafd4, #FFBFAF);