#f862c2
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 98, 194
HSL
322°, 92%, 68%
CMYK
0, 61, 22, 3
Luminance
0.3259
Every format
| HEX | #f862c2 |
| RGB | rgb(248, 98, 194) |
| HSL | hsl(322, 92%, 68%) |
| CMYK | cmyk(0%, 61%, 22%, 3%) |
| LAB | lab(63.8 67.0 -21.2) |
| LCH | lch(63.8 70.3 342.4) |
| OKLCH | oklch(0.716 0.209 344.3) |
Copy-ready code
/* CSS */
color: #f862c2;
background-color: #f862c2;
/* Tailwind (arbitrary) */
class="text-[#f862c2] bg-[#f862c2]"
/* SCSS */
$brand: #f862c2;
/* SwiftUI */
Color(red: 0.973, green: 0.384, blue: 0.761)
/* Android */
Color.parseColor("#f862c2")Accessibility — WCAG contrast
Aa
#f862c2 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f862c2 on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green38.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow21.8%
Key (black)2.7%
Color previews
#f862c2 text on a black background
contrast 7.52:1
Card sample
#f862c2 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f862c2;
Background color
Panel with #f862c2 background
background-color: #f862c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f862c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 98, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 98, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f862c2; background: linear-gradient(135deg, #f862c2, #F86662);