#ffa7d2
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 167, 210
HSL
331°, 100%, 83%
CMYK
0, 35, 18, 0
Luminance
0.5355
Every format
| HEX | #ffa7d2 |
| RGB | rgb(255, 167, 210) |
| HSL | hsl(331, 100%, 83%) |
| CMYK | cmyk(0%, 35%, 18%, 0%) |
| LAB | lab(78.2 38.3 -8.4) |
| LCH | lch(78.2 39.2 347.7) |
| OKLCH | oklch(0.827 0.116 349.2) |
Copy-ready code
/* CSS */
color: #ffa7d2;
background-color: #ffa7d2;
/* Tailwind (arbitrary) */
class="text-[#ffa7d2] bg-[#ffa7d2]"
/* SCSS */
$brand: #ffa7d2;
/* SwiftUI */
Color(red: 1.000, green: 0.655, blue: 0.824)
/* Android */
Color.parseColor("#ffa7d2")Accessibility — WCAG contrast
Aa
#ffa7d2 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa7d2 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow17.6%
Key (black)0.0%
Color previews
#ffa7d2 text on a black background
contrast 11.71:1
Card sample
#ffa7d2 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa7d2;
Background color
Panel with #ffa7d2 background
background-color: #ffa7d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa7d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 167, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 167, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa7d2; background: linear-gradient(135deg, #ffa7d2, #FFB7A7);