#ff84eb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 132, 235
HSL
310°, 100%, 76%
CMYK
0, 48, 8, 0
Luminance
0.4376
Every format
| HEX | #ff84eb |
| RGB | rgb(255, 132, 235) |
| HSL | hsl(310, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 8%, 0%) |
| LAB | lab(72.1 59.7 -31.3) |
| LCH | lch(72.1 67.5 332.3) |
| OKLCH | oklch(0.784 0.192 333.7) |
Copy-ready code
/* CSS */
color: #ff84eb;
background-color: #ff84eb;
/* Tailwind (arbitrary) */
class="text-[#ff84eb] bg-[#ff84eb]"
/* SCSS */
$brand: #ff84eb;
/* SwiftUI */
Color(red: 1.000, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#ff84eb")Accessibility — WCAG contrast
Aa
#ff84eb on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff84eb on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow7.8%
Key (black)0.0%
Color previews
#ff84eb text on a black background
contrast 9.75:1
Card sample
#ff84eb text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff84eb;
Background color
Panel with #ff84eb background
background-color: #ff84eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff84eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff84eb; background: linear-gradient(135deg, #ff84eb, #FF8499);