#f855db
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 85, 219
HSL
311°, 92%, 65%
CMYK
0, 66, 12, 3
Luminance
0.3157
Every format
| HEX | #f855db |
| RGB | rgb(248, 85, 219) |
| HSL | hsl(311, 92%, 65%) |
| CMYK | cmyk(0%, 66%, 12%, 3%) |
| LAB | lab(63.0 75.5 -36.6) |
| LCH | lch(63.0 84.0 334.2) |
| OKLCH | oklch(0.713 0.242 335.7) |
Copy-ready code
/* CSS */
color: #f855db;
background-color: #f855db;
/* Tailwind (arbitrary) */
class="text-[#f855db] bg-[#f855db]"
/* SCSS */
$brand: #f855db;
/* SwiftUI */
Color(red: 0.973, green: 0.333, blue: 0.859)
/* Android */
Color.parseColor("#f855db")Accessibility — WCAG contrast
Aa
#f855db on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f855db on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green33.3%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow11.7%
Key (black)2.7%
Color previews
#f855db text on a black background
contrast 7.31:1
Card sample
#f855db text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f855db;
Background color
Panel with #f855db background
background-color: #f855db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f855db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 85, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 85, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f855db; background: linear-gradient(135deg, #f855db, #F8556E);