#f229af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
242, 41, 175
HSL
320°, 89%, 56%
CMYK
0, 83, 28, 5
Luminance
0.2356
Every format
| HEX | #f229af |
| RGB | rgb(242, 41, 175) |
| HSL | hsl(320, 89%, 56%) |
| CMYK | cmyk(0%, 83%, 28%, 5%) |
| LAB | lab(55.6 81.3 -22.9) |
| LCH | lch(55.6 84.5 344.3) |
| OKLCH | oklch(0.652 0.255 346.2) |
Copy-ready code
/* CSS */
color: #f229af;
background-color: #f229af;
/* Tailwind (arbitrary) */
class="text-[#f229af] bg-[#f229af]"
/* SCSS */
$brand: #f229af;
/* SwiftUI */
Color(red: 0.949, green: 0.161, blue: 0.686)
/* Android */
Color.parseColor("#f229af")Accessibility — WCAG contrast
Aa
#f229af on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f229af on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green16.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow27.7%
Key (black)5.1%
Color previews
#f229af text on a black background
contrast 5.71:1
Card sample
#f229af text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f229af;
Background color
Panel with #f229af background
background-color: #f229af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f229af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 41, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 41, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f229af; background: linear-gradient(135deg, #f229af, #F22929);