#f85cba
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 92, 186
HSL
324°, 92%, 67%
CMYK
0, 63, 25, 3
Luminance
0.3116
Every format
| HEX | #f85cba |
| RGB | rgb(248, 92, 186) |
| HSL | hsl(324, 92%, 67%) |
| CMYK | cmyk(0%, 63%, 25%, 3%) |
| LAB | lab(62.6 68.4 -18.4) |
| LCH | lch(62.6 70.8 344.9) |
| OKLCH | oklch(0.706 0.212 346.7) |
Copy-ready code
/* CSS */
color: #f85cba;
background-color: #f85cba;
/* Tailwind (arbitrary) */
class="text-[#f85cba] bg-[#f85cba]"
/* SCSS */
$brand: #f85cba;
/* SwiftUI */
Color(red: 0.973, green: 0.361, blue: 0.729)
/* Android */
Color.parseColor("#f85cba")Accessibility — WCAG contrast
Aa
#f85cba on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f85cba on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green36.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta62.9%
Yellow25.0%
Key (black)2.7%
Color previews
#f85cba text on a black background
contrast 7.23:1
Card sample
#f85cba text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f85cba;
Background color
Panel with #f85cba background
background-color: #f85cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f85cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 92, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 92, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f85cba; background: linear-gradient(135deg, #f85cba, #F8665C);