#ff5fcf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 95, 207
HSL
318°, 100%, 69%
CMYK
0, 63, 19, 0
Luminance
0.3395
Every format
| HEX | #ff5fcf |
| RGB | rgb(255, 95, 207) |
| HSL | hsl(318, 100%, 69%) |
| CMYK | cmyk(0%, 63%, 19%, 0%) |
| LAB | lab(64.9 71.8 -26.8) |
| LCH | lch(64.9 76.7 339.6) |
| OKLCH | oklch(0.727 0.226 341.5) |
Copy-ready code
/* CSS */
color: #ff5fcf;
background-color: #ff5fcf;
/* Tailwind (arbitrary) */
class="text-[#ff5fcf] bg-[#ff5fcf]"
/* SCSS */
$brand: #ff5fcf;
/* SwiftUI */
Color(red: 1.000, green: 0.373, blue: 0.812)
/* Android */
Color.parseColor("#ff5fcf")Accessibility — WCAG contrast
Aa
#ff5fcf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff5fcf on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green37.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow18.8%
Key (black)0.0%
Color previews
#ff5fcf text on a black background
contrast 7.79:1
Card sample
#ff5fcf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5fcf;
Background color
Panel with #ff5fcf background
background-color: #ff5fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 95, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 95, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5fcf; background: linear-gradient(135deg, #ff5fcf, #FF5F64);