#f044cb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 68, 203
HSL
313°, 85%, 60%
CMYK
0, 72, 15, 6
Luminance
0.2697
Every format
| HEX | #f044cb |
| RGB | rgb(240, 68, 203) |
| HSL | hsl(313, 85%, 60%) |
| CMYK | cmyk(0%, 72%, 15%, 6%) |
| LAB | lab(59.0 77.3 -33.9) |
| LCH | lch(59.0 84.4 336.3) |
| OKLCH | oklch(0.679 0.246 338.1) |
Copy-ready code
/* CSS */
color: #f044cb;
background-color: #f044cb;
/* Tailwind (arbitrary) */
class="text-[#f044cb] bg-[#f044cb]"
/* SCSS */
$brand: #f044cb;
/* SwiftUI */
Color(red: 0.941, green: 0.267, blue: 0.796)
/* Android */
Color.parseColor("#f044cb")Accessibility — WCAG contrast
Aa
#f044cb on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f044cb on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green26.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow15.4%
Key (black)5.9%
Color previews
#f044cb text on a black background
contrast 6.39:1
Card sample
#f044cb text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f044cb;
Background color
Panel with #f044cb background
background-color: #f044cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f044cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 68, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 68, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f044cb; background: linear-gradient(135deg, #f044cb, #F04458);