#ff8ace
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 138, 206
HSL
325°, 100%, 77%
CMYK
0, 46, 19, 0
Luminance
0.4389
Every format
| HEX | #ff8ace |
| RGB | rgb(255, 138, 206) |
| HSL | hsl(325, 100%, 77%) |
| CMYK | cmyk(0%, 46%, 19%, 0%) |
| LAB | lab(72.2 52.4 -15.2) |
| LCH | lch(72.2 54.5 343.8) |
| OKLCH | oklch(0.781 0.161 345.6) |
Copy-ready code
/* CSS */
color: #ff8ace;
background-color: #ff8ace;
/* Tailwind (arbitrary) */
class="text-[#ff8ace] bg-[#ff8ace]"
/* SCSS */
$brand: #ff8ace;
/* SwiftUI */
Color(red: 1.000, green: 0.541, blue: 0.808)
/* Android */
Color.parseColor("#ff8ace")Accessibility — WCAG contrast
Aa
#ff8ace on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8ace on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green54.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow19.2%
Key (black)0.0%
Color previews
#ff8ace text on a black background
contrast 9.78:1
Card sample
#ff8ace text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8ace;
Background color
Panel with #ff8ace background
background-color: #ff8ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 138, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 138, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8ace; background: linear-gradient(135deg, #ff8ace, #FF948A);