#f249af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
242, 73, 175
HSL
324°, 87%, 62%
CMYK
0, 70, 28, 5
Luminance
0.2674
Every format
| HEX | #f249af |
| RGB | rgb(242, 73, 175) |
| HSL | hsl(324, 87%, 62%) |
| CMYK | cmyk(0%, 70%, 28%, 5%) |
| LAB | lab(58.7 72.5 -18.2) |
| LCH | lch(58.7 74.8 345.9) |
| OKLCH | oklch(0.674 0.226 347.8) |
Copy-ready code
/* CSS */
color: #f249af;
background-color: #f249af;
/* Tailwind (arbitrary) */
class="text-[#f249af] bg-[#f249af]"
/* SCSS */
$brand: #f249af;
/* SwiftUI */
Color(red: 0.949, green: 0.286, blue: 0.686)
/* Android */
Color.parseColor("#f249af")Accessibility — WCAG contrast
Aa
#f249af on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f249af on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green28.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow27.7%
Key (black)5.1%
Color previews
#f249af text on a black background
contrast 6.35:1
Card sample
#f249af text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f249af;
Background color
Panel with #f249af background
background-color: #f249af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f249af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 73, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 73, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f249af; background: linear-gradient(135deg, #f249af, #F25449);