#f500af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 0, 175
HSL
317°, 100%, 48%
CMYK
0, 100, 29, 4
Luminance
0.2251
Every format
| HEX | #f500af |
| RGB | rgb(245, 0, 175) |
| HSL | hsl(317, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 29%, 4%) |
| LAB | lab(54.6 86.7 -24.5) |
| LCH | lch(54.6 90.1 344.2) |
| OKLCH | oklch(0.645 0.273 346.2) |
Copy-ready code
/* CSS */
color: #f500af;
background-color: #f500af;
/* Tailwind (arbitrary) */
class="text-[#f500af] bg-[#f500af]"
/* SCSS */
$brand: #f500af;
/* SwiftUI */
Color(red: 0.961, green: 0.000, blue: 0.686)
/* Android */
Color.parseColor("#f500af")Accessibility — WCAG contrast
Aa
#f500af on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f500af on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green0.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow28.6%
Key (black)3.9%
Color previews
#f500af text on a black background
contrast 5.50:1
Card sample
#f500af text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f500af;
Background color
Panel with #f500af background
background-color: #f500af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f500af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 0, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 0, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f500af; background: linear-gradient(135deg, #f500af, #F5000C);