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