#ff94d7
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 148, 215
HSL
322°, 100%, 79%
CMYK
0, 42, 16, 0
Luminance
0.4735
Every format
| HEX | #ff94d7 |
| RGB | rgb(255, 148, 215) |
| HSL | hsl(322, 100%, 79%) |
| CMYK | cmyk(0%, 42%, 16%, 0%) |
| LAB | lab(74.4 48.8 -16.8) |
| LCH | lch(74.4 51.5 341.0) |
| OKLCH | oklch(0.799 0.151 342.8) |
Copy-ready code
/* CSS */
color: #ff94d7;
background-color: #ff94d7;
/* Tailwind (arbitrary) */
class="text-[#ff94d7] bg-[#ff94d7]"
/* SCSS */
$brand: #ff94d7;
/* SwiftUI */
Color(red: 1.000, green: 0.580, blue: 0.843)
/* Android */
Color.parseColor("#ff94d7")Accessibility — WCAG contrast
Aa
#ff94d7 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff94d7 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green58.0%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow15.7%
Key (black)0.0%
Color previews
#ff94d7 text on a black background
contrast 10.47:1
Card sample
#ff94d7 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff94d7;
Background color
Panel with #ff94d7 background
background-color: #ff94d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff94d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 148, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 148, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff94d7; background: linear-gradient(135deg, #ff94d7, #FF9894);