#ff54df
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 84, 223
HSL
311°, 100%, 67%
CMYK
0, 67, 13, 0
Luminance
0.3293
Every format
| HEX | #ff54df |
| RGB | rgb(255, 84, 223) |
| HSL | hsl(311, 100%, 67%) |
| CMYK | cmyk(0%, 67%, 13%, 0%) |
| LAB | lab(64.1 78.2 -37.0) |
| LCH | lch(64.1 86.5 334.7) |
| OKLCH | oklch(0.724 0.250 336.3) |
Copy-ready code
/* CSS */
color: #ff54df;
background-color: #ff54df;
/* Tailwind (arbitrary) */
class="text-[#ff54df] bg-[#ff54df]"
/* SCSS */
$brand: #ff54df;
/* SwiftUI */
Color(red: 1.000, green: 0.329, blue: 0.875)
/* Android */
Color.parseColor("#ff54df")Accessibility — WCAG contrast
Aa
#ff54df on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff54df on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green32.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow12.5%
Key (black)0.0%
Color previews
#ff54df text on a black background
contrast 7.59:1
Card sample
#ff54df text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff54df;
Background color
Panel with #ff54df background
background-color: #ff54df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff54df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 84, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 84, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff54df; background: linear-gradient(135deg, #ff54df, #FF546D);