#f862cb
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 98, 203
HSL
318°, 92%, 68%
CMYK
0, 61, 18, 3
Luminance
0.3300
Every format
| HEX | #f862cb |
| RGB | rgb(248, 98, 203) |
| HSL | hsl(318, 92%, 68%) |
| CMYK | cmyk(0%, 61%, 18%, 3%) |
| LAB | lab(64.2 68.2 -25.8) |
| LCH | lch(64.2 72.9 339.3) |
| OKLCH | oklch(0.719 0.214 341.2) |
Copy-ready code
/* CSS */
color: #f862cb;
background-color: #f862cb;
/* Tailwind (arbitrary) */
class="text-[#f862cb] bg-[#f862cb]"
/* SCSS */
$brand: #f862cb;
/* SwiftUI */
Color(red: 0.973, green: 0.384, blue: 0.796)
/* Android */
Color.parseColor("#f862cb")Accessibility — WCAG contrast
Aa
#f862cb on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f862cb on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green38.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow18.1%
Key (black)2.7%
Color previews
#f862cb text on a black background
contrast 7.60:1
Card sample
#f862cb text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f862cb;
Background color
Panel with #f862cb background
background-color: #f862cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f862cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 98, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 98, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f862cb; background: linear-gradient(135deg, #f862cb, #F86267);