#f048ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 72, 186
HSL
319°, 85%, 61%
CMYK
0, 70, 23, 6
Luminance
0.2671
Every format
| HEX | #f048ba |
| RGB | rgb(240, 72, 186) |
| HSL | hsl(319, 85%, 61%) |
| CMYK | cmyk(0%, 70%, 23%, 6%) |
| LAB | lab(58.7 73.7 -24.6) |
| LCH | lch(58.7 77.7 341.6) |
| OKLCH | oklch(0.675 0.232 343.5) |
Copy-ready code
/* CSS */
color: #f048ba;
background-color: #f048ba;
/* Tailwind (arbitrary) */
class="text-[#f048ba] bg-[#f048ba]"
/* SCSS */
$brand: #f048ba;
/* SwiftUI */
Color(red: 0.941, green: 0.282, blue: 0.729)
/* Android */
Color.parseColor("#f048ba")Accessibility — WCAG contrast
Aa
#f048ba on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f048ba on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green28.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow22.5%
Key (black)5.9%
Color previews
#f048ba text on a black background
contrast 6.34:1
Card sample
#f048ba text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f048ba;
Background color
Panel with #f048ba background
background-color: #f048ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f048ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 72, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 72, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f048ba; background: linear-gradient(135deg, #f048ba, #F0484A);