#ff80eb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 128, 235
HSL
309°, 100%, 75%
CMYK
0, 50, 8, 0
Luminance
0.4270
Every format
| HEX | #ff80eb |
| RGB | rgb(255, 128, 235) |
| HSL | hsl(309, 100%, 75%) |
| CMYK | cmyk(0%, 50%, 8%, 0%) |
| LAB | lab(71.3 61.6 -32.4) |
| LCH | lch(71.3 69.6 332.2) |
| OKLCH | oklch(0.778 0.198 333.6) |
Copy-ready code
/* CSS */
color: #ff80eb;
background-color: #ff80eb;
/* Tailwind (arbitrary) */
class="text-[#ff80eb] bg-[#ff80eb]"
/* SCSS */
$brand: #ff80eb;
/* SwiftUI */
Color(red: 1.000, green: 0.502, blue: 0.922)
/* Android */
Color.parseColor("#ff80eb")Accessibility — WCAG contrast
Aa
#ff80eb on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff80eb on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green50.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow7.8%
Key (black)0.0%
Color previews
#ff80eb text on a black background
contrast 9.54:1
Card sample
#ff80eb text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff80eb;
Background color
Panel with #ff80eb background
background-color: #ff80eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff80eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 128, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 128, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff80eb; background: linear-gradient(135deg, #ff80eb, #FF8096);