#f84dcd
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
248, 77, 205
HSL
315°, 92%, 64%
CMYK
0, 69, 17, 3
Luminance
0.2967
Every format
| HEX | #f84dcd |
| RGB | rgb(248, 77, 205) |
| HSL | hsl(315, 92%, 64%) |
| CMYK | cmyk(0%, 69%, 17%, 3%) |
| LAB | lab(61.4 76.4 -31.2) |
| LCH | lch(61.4 82.6 337.8) |
| OKLCH | oklch(0.699 0.242 339.7) |
Copy-ready code
/* CSS */
color: #f84dcd;
background-color: #f84dcd;
/* Tailwind (arbitrary) */
class="text-[#f84dcd] bg-[#f84dcd]"
/* SCSS */
$brand: #f84dcd;
/* SwiftUI */
Color(red: 0.973, green: 0.302, blue: 0.804)
/* Android */
Color.parseColor("#f84dcd")Accessibility — WCAG contrast
Aa
#f84dcd on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f84dcd on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green30.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta69.0%
Yellow17.3%
Key (black)2.7%
Color previews
#f84dcd text on a black background
contrast 6.93:1
Card sample
#f84dcd text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f84dcd;
Background color
Panel with #f84dcd background
background-color: #f84dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f84dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 77, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 77, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f84dcd; background: linear-gradient(135deg, #f84dcd, #F84D5B);