#f074ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 116, 186
HSL
326°, 81%, 70%
CMYK
0, 52, 23, 6
Luminance
0.3456
Every format
| HEX | #f074ba |
| RGB | rgb(240, 116, 186) |
| HSL | hsl(326, 81%, 70%) |
| CMYK | cmyk(0%, 52%, 23%, 6%) |
| LAB | lab(65.4 55.5 -14.4) |
| LCH | lch(65.4 57.4 345.5) |
| OKLCH | oklch(0.724 0.171 347.2) |
Copy-ready code
/* CSS */
color: #f074ba;
background-color: #f074ba;
/* Tailwind (arbitrary) */
class="text-[#f074ba] bg-[#f074ba]"
/* SCSS */
$brand: #f074ba;
/* SwiftUI */
Color(red: 0.941, green: 0.455, blue: 0.729)
/* Android */
Color.parseColor("#f074ba")Accessibility — WCAG contrast
Aa
#f074ba on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f074ba on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green45.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow22.5%
Key (black)5.9%
Color previews
#f074ba text on a black background
contrast 7.91:1
Card sample
#f074ba text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f074ba;
Background color
Panel with #f074ba background
background-color: #f074ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f074ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 116, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 116, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f074ba; background: linear-gradient(135deg, #f074ba, #F08174);