#f46dbb
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 109, 187
HSL
325°, 86%, 69%
CMYK
0, 55, 23, 4
Luminance
0.3376
Every format
| HEX | #f46dbb |
| RGB | rgb(244, 109, 187) |
| HSL | hsl(325, 86%, 69%) |
| CMYK | cmyk(0%, 55%, 23%, 4%) |
| LAB | lab(64.8 60.1 -15.8) |
| LCH | lch(64.8 62.2 345.2) |
| OKLCH | oklch(0.721 0.186 347.0) |
Copy-ready code
/* CSS */
color: #f46dbb;
background-color: #f46dbb;
/* Tailwind (arbitrary) */
class="text-[#f46dbb] bg-[#f46dbb]"
/* SCSS */
$brand: #f46dbb;
/* SwiftUI */
Color(red: 0.957, green: 0.427, blue: 0.733)
/* Android */
Color.parseColor("#f46dbb")Accessibility — WCAG contrast
Aa
#f46dbb on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f46dbb on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green42.7%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow23.4%
Key (black)4.3%
Color previews
#f46dbb text on a black background
contrast 7.75:1
Card sample
#f46dbb text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f46dbb;
Background color
Panel with #f46dbb background
background-color: #f46dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f46dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 109, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 109, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f46dbb; background: linear-gradient(135deg, #f46dbb, #F4796D);