#ff9fee
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 159, 238
HSL
311°, 100%, 81%
CMYK
0, 38, 7, 0
Luminance
0.5223
Every format
| HEX | #ff9fee |
| RGB | rgb(255, 159, 238) |
| HSL | hsl(311, 100%, 81%) |
| CMYK | cmyk(0%, 38%, 7%, 0%) |
| LAB | lab(77.4 46.9 -24.7) |
| LCH | lch(77.4 53.0 332.2) |
| OKLCH | oklch(0.824 0.150 333.5) |
Copy-ready code
/* CSS */
color: #ff9fee;
background-color: #ff9fee;
/* Tailwind (arbitrary) */
class="text-[#ff9fee] bg-[#ff9fee]"
/* SCSS */
$brand: #ff9fee;
/* SwiftUI */
Color(red: 1.000, green: 0.624, blue: 0.933)
/* Android */
Color.parseColor("#ff9fee")Accessibility — WCAG contrast
Aa
#ff9fee on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9fee on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green62.4%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta37.6%
Yellow6.7%
Key (black)0.0%
Color previews
#ff9fee text on a black background
contrast 11.45:1
Card sample
#ff9fee text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9fee;
Background color
Panel with #ff9fee background
background-color: #ff9fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 159, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 159, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9fee; background: linear-gradient(135deg, #ff9fee, #FF9FAE);