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