#f466af
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 102, 175
HSL
329°, 87%, 68%
CMYK
0, 58, 28, 4
Luminance
0.3183
Every format
| HEX | #f466af |
| RGB | rgb(244, 102, 175) |
| HSL | hsl(329, 87%, 68%) |
| CMYK | cmyk(0%, 58%, 28%, 4%) |
| LAB | lab(63.2 61.7 -11.4) |
| LCH | lch(63.2 62.7 349.5) |
| OKLCH | oklch(0.708 0.189 351.0) |
Copy-ready code
/* CSS */
color: #f466af;
background-color: #f466af;
/* Tailwind (arbitrary) */
class="text-[#f466af] bg-[#f466af]"
/* SCSS */
$brand: #f466af;
/* SwiftUI */
Color(red: 0.957, green: 0.400, blue: 0.686)
/* Android */
Color.parseColor("#f466af")Accessibility — WCAG contrast
Aa
#f466af on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f466af on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green40.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta58.2%
Yellow28.3%
Key (black)4.3%
Color previews
#f466af text on a black background
contrast 7.37:1
Card sample
#f466af text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f466af;
Background color
Panel with #f466af background
background-color: #f466af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f466af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 102, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 102, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f466af; background: linear-gradient(135deg, #f466af, #F47C66);