#f162cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 98, 207
HSL
314°, 84%, 67%
CMYK
0, 59, 14, 6
Luminance
0.3194
Every format
| HEX | #f162cf |
| RGB | rgb(241, 98, 207) |
| HSL | hsl(314, 84%, 67%) |
| CMYK | cmyk(0%, 59%, 14%, 6%) |
| LAB | lab(63.3 66.9 -29.4) |
| LCH | lch(63.3 73.1 336.2) |
| OKLCH | oklch(0.711 0.212 338.0) |
Copy-ready code
/* CSS */
color: #f162cf;
background-color: #f162cf;
/* Tailwind (arbitrary) */
class="text-[#f162cf] bg-[#f162cf]"
/* SCSS */
$brand: #f162cf;
/* SwiftUI */
Color(red: 0.945, green: 0.384, blue: 0.812)
/* Android */
Color.parseColor("#f162cf")Accessibility — WCAG contrast
Aa
#f162cf on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f162cf on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green38.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta59.3%
Yellow14.1%
Key (black)5.5%
Color previews
#f162cf text on a black background
contrast 7.39:1
Card sample
#f162cf text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f162cf;
Background color
Panel with #f162cf background
background-color: #f162cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f162cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 98, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 98, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f162cf; background: linear-gradient(135deg, #f162cf, #F16270);