#ff5df0
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 93, 240
HSL
306°, 100%, 68%
CMYK
0, 64, 6, 0
Luminance
0.3538
Every format
| HEX | #ff5df0 |
| RGB | rgb(255, 93, 240) |
| HSL | hsl(306, 100%, 68%) |
| CMYK | cmyk(0%, 64%, 6%, 0%) |
| LAB | lab(66.0 77.4 -43.5) |
| LCH | lch(66.0 88.7 330.7) |
| OKLCH | oklch(0.740 0.251 331.7) |
Copy-ready code
/* CSS */
color: #ff5df0;
background-color: #ff5df0;
/* Tailwind (arbitrary) */
class="text-[#ff5df0] bg-[#ff5df0]"
/* SCSS */
$brand: #ff5df0;
/* SwiftUI */
Color(red: 1.000, green: 0.365, blue: 0.941)
/* Android */
Color.parseColor("#ff5df0")Accessibility — WCAG contrast
Aa
#ff5df0 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff5df0 on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green36.5%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow5.9%
Key (black)0.0%
Color previews
#ff5df0 text on a black background
contrast 8.08:1
Card sample
#ff5df0 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5df0;
Background color
Panel with #ff5df0 background
background-color: #ff5df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 93, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 93, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5df0; background: linear-gradient(135deg, #ff5df0, #FF5D84);