#ff5fef
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 95, 239
HSL
306°, 100%, 69%
CMYK
0, 63, 6, 0
Luminance
0.3568
Every format
| HEX | #ff5fef |
| RGB | rgb(255, 95, 239) |
| HSL | hsl(306, 100%, 69%) |
| CMYK | cmyk(0%, 63%, 6%, 0%) |
| LAB | lab(66.3 76.5 -42.5) |
| LCH | lch(66.3 87.5 330.9) |
| OKLCH | oklch(0.742 0.248 331.9) |
Copy-ready code
/* CSS */
color: #ff5fef;
background-color: #ff5fef;
/* Tailwind (arbitrary) */
class="text-[#ff5fef] bg-[#ff5fef]"
/* SCSS */
$brand: #ff5fef;
/* SwiftUI */
Color(red: 1.000, green: 0.373, blue: 0.937)
/* Android */
Color.parseColor("#ff5fef")Accessibility — WCAG contrast
Aa
#ff5fef on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff5fef on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green37.3%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow6.3%
Key (black)0.0%
Color previews
#ff5fef text on a black background
contrast 8.14:1
Card sample
#ff5fef text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5fef;
Background color
Panel with #ff5fef background
background-color: #ff5fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 95, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 95, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5fef; background: linear-gradient(135deg, #ff5fef, #FF5F84);