#ff54eb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 84, 235
HSL
307°, 100%, 67%
CMYK
0, 67, 8, 0
Luminance
0.3360
Every format
| HEX | #ff54eb |
| RGB | rgb(255, 84, 235) |
| HSL | hsl(307, 100%, 67%) |
| CMYK | cmyk(0%, 67%, 8%, 0%) |
| LAB | lab(64.7 79.9 -42.9) |
| LCH | lch(64.7 90.7 331.8) |
| OKLCH | oklch(0.729 0.258 333.0) |
Copy-ready code
/* CSS */
color: #ff54eb;
background-color: #ff54eb;
/* Tailwind (arbitrary) */
class="text-[#ff54eb] bg-[#ff54eb]"
/* SCSS */
$brand: #ff54eb;
/* SwiftUI */
Color(red: 1.000, green: 0.329, blue: 0.922)
/* Android */
Color.parseColor("#ff54eb")Accessibility — WCAG contrast
Aa
#ff54eb on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff54eb on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green32.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow7.8%
Key (black)0.0%
Color previews
#ff54eb text on a black background
contrast 7.72:1
Card sample
#ff54eb text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff54eb;
Background color
Panel with #ff54eb background
background-color: #ff54eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff54eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 84, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 84, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff54eb; background: linear-gradient(135deg, #ff54eb, #FF5479);