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