#ffa7cf
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 167, 207
HSL
333°, 100%, 83%
CMYK
0, 35, 19, 0
Luminance
0.5340
Every format
| HEX | #ffa7cf |
| RGB | rgb(255, 167, 207) |
| HSL | hsl(333, 100%, 83%) |
| CMYK | cmyk(0%, 35%, 19%, 0%) |
| LAB | lab(78.1 37.8 -6.8) |
| LCH | lch(78.1 38.4 349.7) |
| OKLCH | oklch(0.826 0.114 351.1) |
Copy-ready code
/* CSS */
color: #ffa7cf;
background-color: #ffa7cf;
/* Tailwind (arbitrary) */
class="text-[#ffa7cf] bg-[#ffa7cf]"
/* SCSS */
$brand: #ffa7cf;
/* SwiftUI */
Color(red: 1.000, green: 0.655, blue: 0.812)
/* Android */
Color.parseColor("#ffa7cf")Accessibility — WCAG contrast
Aa
#ffa7cf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa7cf on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow18.8%
Key (black)0.0%
Color previews
#ffa7cf text on a black background
contrast 11.68:1
Card sample
#ffa7cf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa7cf;
Background color
Panel with #ffa7cf background
background-color: #ffa7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 167, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 167, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa7cf; background: linear-gradient(135deg, #ffa7cf, #FFB9A7);