#ffa3cc
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 163, 204
HSL
333°, 100%, 82%
CMYK
0, 36, 20, 0
Luminance
0.5181
Every format
| HEX | #ffa3cc |
| RGB | rgb(255, 163, 204) |
| HSL | hsl(333, 100%, 82%) |
| CMYK | cmyk(0%, 36%, 20%, 0%) |
| LAB | lab(77.2 39.5 -6.6) |
| LCH | lch(77.2 40.0 350.5) |
| OKLCH | oklch(0.819 0.119 351.8) |
Copy-ready code
/* CSS */
color: #ffa3cc;
background-color: #ffa3cc;
/* Tailwind (arbitrary) */
class="text-[#ffa3cc] bg-[#ffa3cc]"
/* SCSS */
$brand: #ffa3cc;
/* SwiftUI */
Color(red: 1.000, green: 0.639, blue: 0.800)
/* Android */
Color.parseColor("#ffa3cc")Accessibility — WCAG contrast
Aa
#ffa3cc on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa3cc on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.9%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow20.0%
Key (black)0.0%
Color previews
#ffa3cc text on a black background
contrast 11.36:1
Card sample
#ffa3cc text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa3cc;
Background color
Panel with #ffa3cc background
background-color: #ffa3cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa3cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 163, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 163, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa3cc; background: linear-gradient(135deg, #ffa3cc, #FFB8A3);