#ff4fcd
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 79, 205
HSL
317°, 100%, 66%
CMYK
0, 69, 20, 0
Luminance
0.3126
Every format
| HEX | #ff4fcd |
| RGB | rgb(255, 79, 205) |
| HSL | hsl(317, 100%, 66%) |
| CMYK | cmyk(0%, 69%, 20%, 0%) |
| LAB | lab(62.7 77.4 -29.0) |
| LCH | lch(62.7 82.7 339.5) |
| OKLCH | oklch(0.711 0.244 341.4) |
Copy-ready code
/* CSS */
color: #ff4fcd;
background-color: #ff4fcd;
/* Tailwind (arbitrary) */
class="text-[#ff4fcd] bg-[#ff4fcd]"
/* SCSS */
$brand: #ff4fcd;
/* SwiftUI */
Color(red: 1.000, green: 0.310, blue: 0.804)
/* Android */
Color.parseColor("#ff4fcd")Accessibility — WCAG contrast
Aa
#ff4fcd on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff4fcd on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green31.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta69.0%
Yellow19.6%
Key (black)0.0%
Color previews
#ff4fcd text on a black background
contrast 7.25:1
Card sample
#ff4fcd text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4fcd;
Background color
Panel with #ff4fcd background
background-color: #ff4fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 79, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 79, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4fcd; background: linear-gradient(135deg, #ff4fcd, #FF4F58);