#f05396
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 83, 150
HSL
334°, 84%, 63%
CMYK
0, 65, 38, 6
Luminance
0.2691
Every format
| HEX | #f05396 |
| RGB | rgb(240, 83, 150) |
| HSL | hsl(334, 84%, 63%) |
| CMYK | cmyk(0%, 65%, 38%, 6%) |
| LAB | lab(58.9 65.5 -3.4) |
| LCH | lch(58.9 65.6 357.0) |
| OKLCH | oklch(0.672 0.201 357.7) |
Copy-ready code
/* CSS */
color: #f05396;
background-color: #f05396;
/* Tailwind (arbitrary) */
class="text-[#f05396] bg-[#f05396]"
/* SCSS */
$brand: #f05396;
/* SwiftUI */
Color(red: 0.941, green: 0.325, blue: 0.588)
/* Android */
Color.parseColor("#f05396")Accessibility — WCAG contrast
Aa
#f05396 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f05396 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green32.5%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta65.4%
Yellow37.5%
Key (black)5.9%
Color previews
#f05396 text on a black background
contrast 6.38:1
Card sample
#f05396 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f05396;
Background color
Panel with #f05396 background
background-color: #f05396;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f05396;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 83, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 83, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f05396; background: linear-gradient(135deg, #f05396, #F07953);