#f853af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
248, 83, 175
HSL
327°, 92%, 65%
CMYK
0, 67, 29, 3
Luminance
0.2924
Every format
| HEX | #f853af |
| RGB | rgb(248, 83, 175) |
| HSL | hsl(327, 92%, 65%) |
| CMYK | cmyk(0%, 67%, 29%, 3%) |
| LAB | lab(61.0 70.5 -14.6) |
| LCH | lch(61.0 72.0 348.3) |
| OKLCH | oklch(0.693 0.218 349.9) |
Copy-ready code
/* CSS */
color: #f853af;
background-color: #f853af;
/* Tailwind (arbitrary) */
class="text-[#f853af] bg-[#f853af]"
/* SCSS */
$brand: #f853af;
/* SwiftUI */
Color(red: 0.973, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#f853af")Accessibility — WCAG contrast
Aa
#f853af on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f853af on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green32.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow29.4%
Key (black)2.7%
Color previews
#f853af text on a black background
contrast 6.85:1
Card sample
#f853af text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f853af;
Background color
Panel with #f853af background
background-color: #f853af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f853af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f853af; background: linear-gradient(135deg, #f853af, #F86553);