#f0238c
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 35, 140
HSL
329°, 87%, 54%
CMYK
0, 85, 42, 6
Luminance
0.2162
Every format
| HEX | #f0238c |
| RGB | rgb(240, 35, 140) |
| HSL | hsl(329, 87%, 54%) |
| CMYK | cmyk(0%, 85%, 42%, 6%) |
| LAB | lab(53.6 78.5 -5.3) |
| LCH | lch(53.6 78.7 356.1) |
| OKLCH | oklch(0.632 0.242 356.9) |
Copy-ready code
/* CSS */
color: #f0238c;
background-color: #f0238c;
/* Tailwind (arbitrary) */
class="text-[#f0238c] bg-[#f0238c]"
/* SCSS */
$brand: #f0238c;
/* SwiftUI */
Color(red: 0.941, green: 0.137, blue: 0.549)
/* Android */
Color.parseColor("#f0238c")Accessibility — WCAG contrast
Aa
#f0238c on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f0238c on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green13.7%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta85.4%
Yellow41.7%
Key (black)5.9%
Color previews
#f0238c text on a black background
contrast 5.32:1
Card sample
#f0238c text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0238c;
Background color
Panel with #f0238c background
background-color: #f0238c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0238c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 35, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 35, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0238c; background: linear-gradient(135deg, #f0238c, #F04323);