#ff99ee
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 153, 238
HSL
310°, 100%, 80%
CMYK
0, 40, 7, 0
Luminance
0.5022
Every format
| HEX | #ff99ee |
| RGB | rgb(255, 153, 238) |
| HSL | hsl(310, 100%, 80%) |
| CMYK | cmyk(0%, 40%, 7%, 0%) |
| LAB | lab(76.2 49.9 -26.6) |
| LCH | lch(76.2 56.5 331.9) |
| OKLCH | oklch(0.815 0.160 333.3) |
Copy-ready code
/* CSS */
color: #ff99ee;
background-color: #ff99ee;
/* Tailwind (arbitrary) */
class="text-[#ff99ee] bg-[#ff99ee]"
/* SCSS */
$brand: #ff99ee;
/* SwiftUI */
Color(red: 1.000, green: 0.600, blue: 0.933)
/* Android */
Color.parseColor("#ff99ee")Accessibility — WCAG contrast
Aa
#ff99ee on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff99ee on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green60.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow6.7%
Key (black)0.0%
Color previews
#ff99ee text on a black background
contrast 11.04:1
Card sample
#ff99ee text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff99ee;
Background color
Panel with #ff99ee background
background-color: #ff99ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff99ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 153, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 153, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff99ee; background: linear-gradient(135deg, #ff99ee, #FF99AA);