#ffa8df
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 168, 223
HSL
322°, 100%, 83%
CMYK
0, 34, 13, 0
Luminance
0.5459
Every format
| HEX | #ffa8df |
| RGB | rgb(255, 168, 223) |
| HSL | hsl(322, 100%, 83%) |
| CMYK | cmyk(0%, 34%, 13%, 0%) |
| LAB | lab(78.8 39.8 -14.5) |
| LCH | lch(78.8 42.3 340.0) |
| OKLCH | oklch(0.833 0.122 341.7) |
Copy-ready code
/* CSS */
color: #ffa8df;
background-color: #ffa8df;
/* Tailwind (arbitrary) */
class="text-[#ffa8df] bg-[#ffa8df]"
/* SCSS */
$brand: #ffa8df;
/* SwiftUI */
Color(red: 1.000, green: 0.659, blue: 0.875)
/* Android */
Color.parseColor("#ffa8df")Accessibility — WCAG contrast
Aa
#ffa8df on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa8df on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow12.5%
Key (black)0.0%
Color previews
#ffa8df text on a black background
contrast 11.92:1
Card sample
#ffa8df text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa8df;
Background color
Panel with #ffa8df background
background-color: #ffa8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 168, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 168, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa8df; background: linear-gradient(135deg, #ffa8df, #FFABA8);