#f86cb2
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 108, 178
HSL
330°, 91%, 70%
CMYK
0, 57, 28, 3
Luminance
0.3390
Every format
| HEX | #f86cb2 |
| RGB | rgb(248, 108, 178) |
| HSL | hsl(330, 91%, 70%) |
| CMYK | cmyk(0%, 57%, 28%, 3%) |
| LAB | lab(64.9 60.6 -10.5) |
| LCH | lch(64.9 61.5 350.2) |
| OKLCH | oklch(0.722 0.186 351.6) |
Copy-ready code
/* CSS */
color: #f86cb2;
background-color: #f86cb2;
/* Tailwind (arbitrary) */
class="text-[#f86cb2] bg-[#f86cb2]"
/* SCSS */
$brand: #f86cb2;
/* SwiftUI */
Color(red: 0.973, green: 0.424, blue: 0.698)
/* Android */
Color.parseColor("#f86cb2")Accessibility — WCAG contrast
Aa
#f86cb2 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f86cb2 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green42.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow28.2%
Key (black)2.7%
Color previews
#f86cb2 text on a black background
contrast 7.78:1
Card sample
#f86cb2 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f86cb2;
Background color
Panel with #f86cb2 background
background-color: #f86cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f86cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 108, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 108, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f86cb2; background: linear-gradient(135deg, #f86cb2, #F8836C);