#f85cbf
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 92, 191
HSL
322°, 92%, 67%
CMYK
0, 63, 23, 3
Luminance
0.3137
Every format
| HEX | #f85cbf |
| RGB | rgb(248, 92, 191) |
| HSL | hsl(322, 92%, 67%) |
| CMYK | cmyk(0%, 63%, 23%, 3%) |
| LAB | lab(62.8 69.0 -21.0) |
| LCH | lch(62.8 72.2 343.1) |
| OKLCH | oklch(0.708 0.215 345.0) |
Copy-ready code
/* CSS */
color: #f85cbf;
background-color: #f85cbf;
/* Tailwind (arbitrary) */
class="text-[#f85cbf] bg-[#f85cbf]"
/* SCSS */
$brand: #f85cbf;
/* SwiftUI */
Color(red: 0.973, green: 0.361, blue: 0.749)
/* Android */
Color.parseColor("#f85cbf")Accessibility — WCAG contrast
Aa
#f85cbf on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f85cbf on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green36.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta62.9%
Yellow23.0%
Key (black)2.7%
Color previews
#f85cbf text on a black background
contrast 7.27:1
Card sample
#f85cbf text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f85cbf;
Background color
Panel with #f85cbf background
background-color: #f85cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f85cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 92, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 92, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f85cbf; background: linear-gradient(135deg, #f85cbf, #F8615C);