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