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