#f86daf
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 109, 175
HSL
332°, 91%, 70%
CMYK
0, 56, 29, 3
Luminance
0.3399
Every format
| HEX | #f86daf |
| RGB | rgb(248, 109, 175) |
| HSL | hsl(332, 91%, 70%) |
| CMYK | cmyk(0%, 56%, 29%, 3%) |
| LAB | lab(65.0 59.8 -8.7) |
| LCH | lch(65.0 60.4 351.7) |
| OKLCH | oklch(0.722 0.183 353.0) |
Copy-ready code
/* CSS */
color: #f86daf;
background-color: #f86daf;
/* Tailwind (arbitrary) */
class="text-[#f86daf] bg-[#f86daf]"
/* SCSS */
$brand: #f86daf;
/* SwiftUI */
Color(red: 0.973, green: 0.427, blue: 0.686)
/* Android */
Color.parseColor("#f86daf")Accessibility — WCAG contrast
Aa
#f86daf on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f86daf on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green42.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow29.4%
Key (black)2.7%
Color previews
#f86daf text on a black background
contrast 7.80:1
Card sample
#f86daf text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f86daf;
Background color
Panel with #f86daf background
background-color: #f86daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f86daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 109, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 109, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f86daf; background: linear-gradient(135deg, #f86daf, #F8886D);