#f429af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 41, 175
HSL
320°, 90%, 56%
CMYK
0, 83, 28, 4
Luminance
0.2391
Every format
| HEX | #f429af |
| RGB | rgb(244, 41, 175) |
| HSL | hsl(320, 90%, 56%) |
| CMYK | cmyk(0%, 83%, 28%, 4%) |
| LAB | lab(56.0 81.7 -22.3) |
| LCH | lch(56.0 84.7 344.7) |
| OKLCH | oklch(0.655 0.256 346.7) |
Copy-ready code
/* CSS */
color: #f429af;
background-color: #f429af;
/* Tailwind (arbitrary) */
class="text-[#f429af] bg-[#f429af]"
/* SCSS */
$brand: #f429af;
/* SwiftUI */
Color(red: 0.957, green: 0.161, blue: 0.686)
/* Android */
Color.parseColor("#f429af")Accessibility — WCAG contrast
Aa
#f429af on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f429af on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green16.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow28.3%
Key (black)4.3%
Color previews
#f429af text on a black background
contrast 5.78:1
Card sample
#f429af text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f429af;
Background color
Panel with #f429af background
background-color: #f429af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f429af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 41, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 41, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f429af; background: linear-gradient(135deg, #f429af, #F42A29);