#f862cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 98, 205
HSL
317°, 92%, 68%
CMYK
0, 61, 17, 3
Luminance
0.3310
Every format
| HEX | #f862cd |
| RGB | rgb(248, 98, 205) |
| HSL | hsl(317, 92%, 68%) |
| CMYK | cmyk(0%, 61%, 17%, 3%) |
| LAB | lab(64.3 68.5 -26.8) |
| LCH | lch(64.3 73.5 338.6) |
| OKLCH | oklch(0.720 0.216 340.5) |
Copy-ready code
/* CSS */
color: #f862cd;
background-color: #f862cd;
/* Tailwind (arbitrary) */
class="text-[#f862cd] bg-[#f862cd]"
/* SCSS */
$brand: #f862cd;
/* SwiftUI */
Color(red: 0.973, green: 0.384, blue: 0.804)
/* Android */
Color.parseColor("#f862cd")Accessibility — WCAG contrast
Aa
#f862cd on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f862cd on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green38.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow17.3%
Key (black)2.7%
Color previews
#f862cd text on a black background
contrast 7.62:1
Card sample
#f862cd text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f862cd;
Background color
Panel with #f862cd background
background-color: #f862cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f862cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 98, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 98, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f862cd; background: linear-gradient(135deg, #f862cd, #F86269);