#f467cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 103, 207
HSL
316°, 87%, 68%
CMYK
0, 58, 15, 4
Luminance
0.3344
Every format
| HEX | #f467cf |
| RGB | rgb(244, 103, 207) |
| HSL | hsl(316, 87%, 68%) |
| CMYK | cmyk(0%, 58%, 15%, 4%) |
| LAB | lab(64.5 65.6 -27.5) |
| LCH | lch(64.5 71.1 337.2) |
| OKLCH | oklch(0.721 0.207 339.0) |
Copy-ready code
/* CSS */
color: #f467cf;
background-color: #f467cf;
/* Tailwind (arbitrary) */
class="text-[#f467cf] bg-[#f467cf]"
/* SCSS */
$brand: #f467cf;
/* SwiftUI */
Color(red: 0.957, green: 0.404, blue: 0.812)
/* Android */
Color.parseColor("#f467cf")Accessibility — WCAG contrast
Aa
#f467cf on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f467cf on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green40.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta57.8%
Yellow15.2%
Key (black)4.3%
Color previews
#f467cf text on a black background
contrast 7.69:1
Card sample
#f467cf text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f467cf;
Background color
Panel with #f467cf background
background-color: #f467cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f467cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 103, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 103, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f467cf; background: linear-gradient(135deg, #f467cf, #F46771);