#f070af
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 112, 175
HSL
331°, 81%, 69%
CMYK
0, 53, 27, 6
Luminance
0.3321
Every format
| HEX | #f070af |
| RGB | rgb(240, 112, 175) |
| HSL | hsl(331, 81%, 69%) |
| CMYK | cmyk(0%, 53%, 27%, 6%) |
| LAB | lab(64.3 55.9 -9.8) |
| LCH | lch(64.3 56.8 350.1) |
| OKLCH | oklch(0.715 0.171 351.5) |
Copy-ready code
/* CSS */
color: #f070af;
background-color: #f070af;
/* Tailwind (arbitrary) */
class="text-[#f070af] bg-[#f070af]"
/* SCSS */
$brand: #f070af;
/* SwiftUI */
Color(red: 0.941, green: 0.439, blue: 0.686)
/* Android */
Color.parseColor("#f070af")Accessibility — WCAG contrast
Aa
#f070af on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f070af on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green43.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow27.1%
Key (black)5.9%
Color previews
#f070af text on a black background
contrast 7.64:1
Card sample
#f070af text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f070af;
Background color
Panel with #f070af background
background-color: #f070af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f070af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 112, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 112, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f070af; background: linear-gradient(135deg, #f070af, #F08670);