#f86cdb
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 108, 219
HSL
312°, 91%, 70%
CMYK
0, 57, 12, 3
Luminance
0.3580
Every format
| HEX | #f86cdb |
| RGB | rgb(248, 108, 219) |
| HSL | hsl(312, 91%, 70%) |
| CMYK | cmyk(0%, 57%, 12%, 3%) |
| LAB | lab(66.4 66.3 -31.4) |
| LCH | lch(66.4 73.3 334.7) |
| OKLCH | oklch(0.737 0.211 336.3) |
Copy-ready code
/* CSS */
color: #f86cdb;
background-color: #f86cdb;
/* Tailwind (arbitrary) */
class="text-[#f86cdb] bg-[#f86cdb]"
/* SCSS */
$brand: #f86cdb;
/* SwiftUI */
Color(red: 0.973, green: 0.424, blue: 0.859)
/* Android */
Color.parseColor("#f86cdb")Accessibility — WCAG contrast
Aa
#f86cdb on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f86cdb on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green42.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow11.7%
Key (black)2.7%
Color previews
#f86cdb text on a black background
contrast 8.16:1
Card sample
#f86cdb text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f86cdb;
Background color
Panel with #f86cdb background
background-color: #f86cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f86cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 108, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 108, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f86cdb; background: linear-gradient(135deg, #f86cdb, #F86C7E);