#ff99eb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 153, 235
HSL
312°, 100%, 80%
CMYK
0, 40, 8, 0
Luminance
0.5004
Every format
| HEX | #ff99eb |
| RGB | rgb(255, 153, 235) |
| HSL | hsl(312, 100%, 80%) |
| CMYK | cmyk(0%, 40%, 8%, 0%) |
| LAB | lab(76.1 49.4 -25.1) |
| LCH | lch(76.1 55.4 333.0) |
| OKLCH | oklch(0.814 0.157 334.5) |
Copy-ready code
/* CSS */
color: #ff99eb;
background-color: #ff99eb;
/* Tailwind (arbitrary) */
class="text-[#ff99eb] bg-[#ff99eb]"
/* SCSS */
$brand: #ff99eb;
/* SwiftUI */
Color(red: 1.000, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#ff99eb")Accessibility — WCAG contrast
Aa
#ff99eb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff99eb on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green60.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow7.8%
Key (black)0.0%
Color previews
#ff99eb text on a black background
contrast 11.01:1
Card sample
#ff99eb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff99eb;
Background color
Panel with #ff99eb background
background-color: #ff99eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff99eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff99eb; background: linear-gradient(135deg, #ff99eb, #FF99A7);