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