#f04da2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 77, 162
HSL
329°, 85%, 62%
CMYK
0, 68, 33, 6
Luminance
0.2644
Every format
| HEX | #f04da2 |
| RGB | rgb(240, 77, 162) |
| HSL | hsl(329, 85%, 62%) |
| CMYK | cmyk(0%, 68%, 33%, 6%) |
| LAB | lab(58.5 69.1 -11.1) |
| LCH | lch(58.5 70.0 350.9) |
| OKLCH | oklch(0.670 0.213 352.3) |
Copy-ready code
/* CSS */
color: #f04da2;
background-color: #f04da2;
/* Tailwind (arbitrary) */
class="text-[#f04da2] bg-[#f04da2]"
/* SCSS */
$brand: #f04da2;
/* SwiftUI */
Color(red: 0.941, green: 0.302, blue: 0.635)
/* Android */
Color.parseColor("#f04da2")Accessibility — WCAG contrast
Aa
#f04da2 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f04da2 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green30.2%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta67.9%
Yellow32.5%
Key (black)5.9%
Color previews
#f04da2 text on a black background
contrast 6.29:1
Card sample
#f04da2 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04da2;
Background color
Panel with #f04da2 background
background-color: #f04da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 77, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 77, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04da2; background: linear-gradient(135deg, #f04da2, #F0654D);