#f169cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 105, 207
HSL
315°, 83%, 68%
CMYK
0, 56, 14, 6
Luminance
0.3331
Every format
| HEX | #f169cf |
| RGB | rgb(241, 105, 207) |
| HSL | hsl(315, 83%, 68%) |
| CMYK | cmyk(0%, 56%, 14%, 6%) |
| LAB | lab(64.4 63.9 -27.7) |
| LCH | lch(64.4 69.6 336.5) |
| OKLCH | oklch(0.720 0.202 338.3) |
Copy-ready code
/* CSS */
color: #f169cf;
background-color: #f169cf;
/* Tailwind (arbitrary) */
class="text-[#f169cf] bg-[#f169cf]"
/* SCSS */
$brand: #f169cf;
/* SwiftUI */
Color(red: 0.945, green: 0.412, blue: 0.812)
/* Android */
Color.parseColor("#f169cf")Accessibility — WCAG contrast
Aa
#f169cf on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f169cf on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green41.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta56.4%
Yellow14.1%
Key (black)5.5%
Color previews
#f169cf text on a black background
contrast 7.66:1
Card sample
#f169cf text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f169cf;
Background color
Panel with #f169cf background
background-color: #f169cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f169cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 105, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 105, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f169cf; background: linear-gradient(135deg, #f169cf, #F16974);