#ff54cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 84, 207
HSL
317°, 100%, 67%
CMYK
0, 67, 19, 0
Luminance
0.3211
Every format
| HEX | #ff54cf |
| RGB | rgb(255, 84, 207) |
| HSL | hsl(317, 100%, 67%) |
| CMYK | cmyk(0%, 67%, 19%, 0%) |
| LAB | lab(63.4 76.0 -29.1) |
| LCH | lch(63.4 81.3 339.1) |
| OKLCH | oklch(0.716 0.240 341.0) |
Copy-ready code
/* CSS */
color: #ff54cf;
background-color: #ff54cf;
/* Tailwind (arbitrary) */
class="text-[#ff54cf] bg-[#ff54cf]"
/* SCSS */
$brand: #ff54cf;
/* SwiftUI */
Color(red: 1.000, green: 0.329, blue: 0.812)
/* Android */
Color.parseColor("#ff54cf")Accessibility — WCAG contrast
Aa
#ff54cf on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff54cf on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green32.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow18.8%
Key (black)0.0%
Color previews
#ff54cf text on a black background
contrast 7.42:1
Card sample
#ff54cf text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff54cf;
Background color
Panel with #ff54cf background
background-color: #ff54cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff54cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 84, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 84, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff54cf; background: linear-gradient(135deg, #ff54cf, #FF545D);