#f46baf
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 107, 175
HSL
330°, 86%, 69%
CMYK
0, 56, 28, 4
Luminance
0.3284
Every format
| HEX | #f46baf |
| RGB | rgb(244, 107, 175) |
| HSL | hsl(330, 86%, 69%) |
| CMYK | cmyk(0%, 56%, 28%, 4%) |
| LAB | lab(64.0 59.5 -10.1) |
| LCH | lch(64.0 60.3 350.3) |
| OKLCH | oklch(0.714 0.182 351.7) |
Copy-ready code
/* CSS */
color: #f46baf;
background-color: #f46baf;
/* Tailwind (arbitrary) */
class="text-[#f46baf] bg-[#f46baf]"
/* SCSS */
$brand: #f46baf;
/* SwiftUI */
Color(red: 0.957, green: 0.420, blue: 0.686)
/* Android */
Color.parseColor("#f46baf")Accessibility — WCAG contrast
Aa
#f46baf on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f46baf on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green42.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow28.3%
Key (black)4.3%
Color previews
#f46baf text on a black background
contrast 7.57:1
Card sample
#f46baf text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f46baf;
Background color
Panel with #f46baf background
background-color: #f46baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f46baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 107, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 107, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f46baf; background: linear-gradient(135deg, #f46baf, #F4826B);