#f46cdb
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 108, 219
HSL
311°, 86%, 69%
CMYK
0, 56, 10, 4
Luminance
0.3507
Every format
| HEX | #f46cdb |
| RGB | rgb(244, 108, 219) |
| HSL | hsl(311, 86%, 69%) |
| CMYK | cmyk(0%, 56%, 10%, 4%) |
| LAB | lab(65.8 65.2 -32.3) |
| LCH | lch(65.8 72.7 333.7) |
| OKLCH | oklch(0.732 0.208 335.2) |
Copy-ready code
/* CSS */
color: #f46cdb;
background-color: #f46cdb;
/* Tailwind (arbitrary) */
class="text-[#f46cdb] bg-[#f46cdb]"
/* SCSS */
$brand: #f46cdb;
/* SwiftUI */
Color(red: 0.957, green: 0.424, blue: 0.859)
/* Android */
Color.parseColor("#f46cdb")Accessibility — WCAG contrast
Aa
#f46cdb on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f46cdb on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green42.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow10.2%
Key (black)4.3%
Color previews
#f46cdb text on a black background
contrast 8.01:1
Card sample
#f46cdb text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f46cdb;
Background color
Panel with #f46cdb background
background-color: #f46cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f46cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 108, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 108, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f46cdb; background: linear-gradient(135deg, #f46cdb, #F46C80);