#ffa2f2
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 162, 242
HSL
308°, 100%, 82%
CMYK
0, 37, 5, 0
Luminance
0.5351
Every format
| HEX | #ffa2f2 |
| RGB | rgb(255, 162, 242) |
| HSL | hsl(308, 100%, 82%) |
| CMYK | cmyk(0%, 37%, 5%, 0%) |
| LAB | lab(78.2 46.0 -25.8) |
| LCH | lch(78.2 52.7 330.8) |
| OKLCH | oklch(0.830 0.148 332.0) |
Copy-ready code
/* CSS */
color: #ffa2f2;
background-color: #ffa2f2;
/* Tailwind (arbitrary) */
class="text-[#ffa2f2] bg-[#ffa2f2]"
/* SCSS */
$brand: #ffa2f2;
/* SwiftUI */
Color(red: 1.000, green: 0.635, blue: 0.949)
/* Android */
Color.parseColor("#ffa2f2")Accessibility — WCAG contrast
Aa
#ffa2f2 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa2f2 on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.5%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta36.5%
Yellow5.1%
Key (black)0.0%
Color previews
#ffa2f2 text on a black background
contrast 11.70:1
Card sample
#ffa2f2 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa2f2;
Background color
Panel with #ffa2f2 background
background-color: #ffa2f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa2f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 162, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 162, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa2f2; background: linear-gradient(135deg, #ffa2f2, #FFA2B4);