#ffacea
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 172, 234
HSL
315°, 100%, 84%
CMYK
0, 33, 8, 0
Luminance
0.5671
Every format
| HEX | #ffacea |
| RGB | rgb(255, 172, 234) |
| HSL | hsl(315, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 8%, 0%) |
| LAB | lab(80.0 39.5 -18.6) |
| LCH | lch(80.0 43.7 334.7) |
| OKLCH | oklch(0.843 0.124 336.3) |
Copy-ready code
/* CSS */
color: #ffacea;
background-color: #ffacea;
/* Tailwind (arbitrary) */
class="text-[#ffacea] bg-[#ffacea]"
/* SCSS */
$brand: #ffacea;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.918)
/* Android */
Color.parseColor("#ffacea")Accessibility — WCAG contrast
Aa
#ffacea on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffacea on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow8.2%
Key (black)0.0%
Color previews
#ffacea text on a black background
contrast 12.34:1
Card sample
#ffacea text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffacea;
Background color
Panel with #ffacea background
background-color: #ffacea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffacea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffacea; background: linear-gradient(135deg, #ffacea, #FFACB3);