#f239ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
242, 57, 186
HSL
318°, 88%, 59%
CMYK
0, 76, 23, 5
Luminance
0.2535
Every format
| HEX | #f239ba |
| RGB | rgb(242, 57, 186) |
| HSL | hsl(318, 88%, 59%) |
| CMYK | cmyk(0%, 76%, 23%, 5%) |
| LAB | lab(57.4 78.8 -26.5) |
| LCH | lch(57.4 83.1 341.4) |
| OKLCH | oklch(0.666 0.248 343.4) |
Copy-ready code
/* CSS */
color: #f239ba;
background-color: #f239ba;
/* Tailwind (arbitrary) */
class="text-[#f239ba] bg-[#f239ba]"
/* SCSS */
$brand: #f239ba;
/* SwiftUI */
Color(red: 0.949, green: 0.224, blue: 0.729)
/* Android */
Color.parseColor("#f239ba")Accessibility — WCAG contrast
Aa
#f239ba on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f239ba on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green22.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta76.4%
Yellow23.1%
Key (black)5.1%
Color previews
#f239ba text on a black background
contrast 6.07:1
Card sample
#f239ba text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f239ba;
Background color
Panel with #f239ba background
background-color: #f239ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f239ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 57, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 57, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f239ba; background: linear-gradient(135deg, #f239ba, #F2393E);