#ffafd2
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 175, 210
HSL
334°, 100%, 84%
CMYK
0, 31, 18, 0
Luminance
0.5657
Every format
| HEX | #ffafd2 |
| RGB | rgb(255, 175, 210) |
| HSL | hsl(334, 100%, 84%) |
| CMYK | cmyk(0%, 31%, 18%, 0%) |
| LAB | lab(79.9 34.1 -5.8) |
| LCH | lch(79.9 34.6 350.4) |
| OKLCH | oklch(0.840 0.103 351.7) |
Copy-ready code
/* CSS */
color: #ffafd2;
background-color: #ffafd2;
/* Tailwind (arbitrary) */
class="text-[#ffafd2] bg-[#ffafd2]"
/* SCSS */
$brand: #ffafd2;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.824)
/* Android */
Color.parseColor("#ffafd2")Accessibility — WCAG contrast
Aa
#ffafd2 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffafd2 on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow17.6%
Key (black)0.0%
Color previews
#ffafd2 text on a black background
contrast 12.31:1
Card sample
#ffafd2 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffafd2;
Background color
Panel with #ffafd2 background
background-color: #ffafd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffafd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffafd2; background: linear-gradient(135deg, #ffafd2, #FFC1AF);