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