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