#f467b2
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 103, 178
HSL
328°, 87%, 68%
CMYK
0, 58, 27, 4
Luminance
0.3215
Every format
| HEX | #f467b2 |
| RGB | rgb(244, 103, 178) |
| HSL | hsl(328, 87%, 68%) |
| CMYK | cmyk(0%, 58%, 27%, 4%) |
| LAB | lab(63.5 61.6 -12.7) |
| LCH | lch(63.5 62.9 348.4) |
| OKLCH | oklch(0.710 0.190 349.9) |
Copy-ready code
/* CSS */
color: #f467b2;
background-color: #f467b2;
/* Tailwind (arbitrary) */
class="text-[#f467b2] bg-[#f467b2]"
/* SCSS */
$brand: #f467b2;
/* SwiftUI */
Color(red: 0.957, green: 0.404, blue: 0.698)
/* Android */
Color.parseColor("#f467b2")Accessibility — WCAG contrast
Aa
#f467b2 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f467b2 on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green40.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta57.8%
Yellow27.0%
Key (black)4.3%
Color previews
#f467b2 text on a black background
contrast 7.43:1
Card sample
#f467b2 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f467b2;
Background color
Panel with #f467b2 background
background-color: #f467b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f467b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 103, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 103, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f467b2; background: linear-gradient(135deg, #f467b2, #F47A67);