#f862da
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 98, 218
HSL
312°, 92%, 68%
CMYK
0, 61, 12, 3
Luminance
0.3375
Every format
| HEX | #f862da |
| RGB | rgb(248, 98, 218) |
| HSL | hsl(312, 92%, 68%) |
| CMYK | cmyk(0%, 61%, 12%, 3%) |
| LAB | lab(64.8 70.4 -33.3) |
| LCH | lch(64.8 77.8 334.7) |
| OKLCH | oklch(0.726 0.225 336.3) |
Copy-ready code
/* CSS */
color: #f862da;
background-color: #f862da;
/* Tailwind (arbitrary) */
class="text-[#f862da] bg-[#f862da]"
/* SCSS */
$brand: #f862da;
/* SwiftUI */
Color(red: 0.973, green: 0.384, blue: 0.855)
/* Android */
Color.parseColor("#f862da")Accessibility — WCAG contrast
Aa
#f862da on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f862da on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green38.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow12.1%
Key (black)2.7%
Color previews
#f862da text on a black background
contrast 7.75:1
Card sample
#f862da text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f862da;
Background color
Panel with #f862da background
background-color: #f862da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f862da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 98, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 98, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f862da; background: linear-gradient(135deg, #f862da, #F86276);