#f239ae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
242, 57, 174
HSL
322°, 88%, 59%
CMYK
0, 76, 28, 5
Luminance
0.2486
Every format
| HEX | #f239ae |
| RGB | rgb(242, 57, 174) |
| HSL | hsl(322, 88%, 59%) |
| CMYK | cmyk(0%, 76%, 28%, 5%) |
| LAB | lab(56.9 77.4 -20.3) |
| LCH | lch(56.9 80.0 345.3) |
| OKLCH | oklch(0.661 0.242 347.2) |
Copy-ready code
/* CSS */
color: #f239ae;
background-color: #f239ae;
/* Tailwind (arbitrary) */
class="text-[#f239ae] bg-[#f239ae]"
/* SCSS */
$brand: #f239ae;
/* SwiftUI */
Color(red: 0.949, green: 0.224, blue: 0.682)
/* Android */
Color.parseColor("#f239ae")Accessibility — WCAG contrast
Aa
#f239ae on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f239ae on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green22.4%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta76.4%
Yellow28.1%
Key (black)5.1%
Color previews
#f239ae text on a black background
contrast 5.97:1
Card sample
#f239ae text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f239ae;
Background color
Panel with #f239ae background
background-color: #f239ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f239ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 57, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 57, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f239ae; background: linear-gradient(135deg, #f239ae, #F23F39);