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