#f800af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
248, 0, 175
HSL
318°, 100%, 49%
CMYK
0, 100, 29, 3
Luminance
0.2305
Every format
| HEX | #f800af |
| RGB | rgb(248, 0, 175) |
| HSL | hsl(318, 100%, 49%) |
| CMYK | cmyk(0%, 100%, 29%, 3%) |
| LAB | lab(55.1 87.2 -23.6) |
| LCH | lch(55.1 90.4 344.9) |
| OKLCH | oklch(0.650 0.274 346.8) |
Copy-ready code
/* CSS */
color: #f800af;
background-color: #f800af;
/* Tailwind (arbitrary) */
class="text-[#f800af] bg-[#f800af]"
/* SCSS */
$brand: #f800af;
/* SwiftUI */
Color(red: 0.973, green: 0.000, blue: 0.686)
/* Android */
Color.parseColor("#f800af")Accessibility — WCAG contrast
Aa
#f800af on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f800af on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green0.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow29.4%
Key (black)2.7%
Color previews
#f800af text on a black background
contrast 5.61:1
Card sample
#f800af text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f800af;
Background color
Panel with #f800af background
background-color: #f800af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f800af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 0, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 0, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f800af; background: linear-gradient(135deg, #f800af, #F8000A);