#f85dcd
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 93, 205
HSL
317°, 92%, 67%
CMYK
0, 63, 17, 3
Luminance
0.3219
Every format
| HEX | #f85dcd |
| RGB | rgb(248, 93, 205) |
| HSL | hsl(317, 92%, 67%) |
| CMYK | cmyk(0%, 63%, 17%, 3%) |
| LAB | lab(63.5 70.5 -27.9) |
| LCH | lch(63.5 75.8 338.4) |
| OKLCH | oklch(0.715 0.223 340.3) |
Copy-ready code
/* CSS */
color: #f85dcd;
background-color: #f85dcd;
/* Tailwind (arbitrary) */
class="text-[#f85dcd] bg-[#f85dcd]"
/* SCSS */
$brand: #f85dcd;
/* SwiftUI */
Color(red: 0.973, green: 0.365, blue: 0.804)
/* Android */
Color.parseColor("#f85dcd")Accessibility — WCAG contrast
Aa
#f85dcd on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f85dcd on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green36.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow17.3%
Key (black)2.7%
Color previews
#f85dcd text on a black background
contrast 7.44:1
Card sample
#f85dcd text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f85dcd;
Background color
Panel with #f85dcd background
background-color: #f85dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f85dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 93, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 93, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f85dcd; background: linear-gradient(135deg, #f85dcd, #F85D66);