#ffa7e4
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 167, 228
HSL
318°, 100%, 83%
CMYK
0, 35, 11, 0
Luminance
0.5450
Every format
| HEX | #ffa7e4 |
| RGB | rgb(255, 167, 228) |
| HSL | hsl(318, 100%, 83%) |
| CMYK | cmyk(0%, 35%, 11%, 0%) |
| LAB | lab(78.8 41.1 -17.3) |
| LCH | lch(78.8 44.6 337.2) |
| OKLCH | oklch(0.833 0.128 338.9) |
Copy-ready code
/* CSS */
color: #ffa7e4;
background-color: #ffa7e4;
/* Tailwind (arbitrary) */
class="text-[#ffa7e4] bg-[#ffa7e4]"
/* SCSS */
$brand: #ffa7e4;
/* SwiftUI */
Color(red: 1.000, green: 0.655, blue: 0.894)
/* Android */
Color.parseColor("#ffa7e4")Accessibility — WCAG contrast
Aa
#ffa7e4 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa7e4 on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.5%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow10.6%
Key (black)0.0%
Color previews
#ffa7e4 text on a black background
contrast 11.90:1
Card sample
#ffa7e4 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa7e4;
Background color
Panel with #ffa7e4 background
background-color: #ffa7e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa7e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 167, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 167, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa7e4; background: linear-gradient(135deg, #ffa7e4, #FFA7A9);