#f191af
a light, electric magenta / pink · warm · closest name: pink
RGB
241, 145, 175
HSL
341°, 77%, 76%
CMYK
0, 40, 27, 6
Luminance
0.4205
Every format
| HEX | #f191af |
| RGB | rgb(241, 145, 175) |
| HSL | hsl(341, 77%, 76%) |
| CMYK | cmyk(0%, 40%, 27%, 6%) |
| LAB | lab(70.9 39.9 -0.0) |
| LCH | lch(70.9 39.9 360.0) |
| OKLCH | oklch(0.765 0.120 0.2) |
Copy-ready code
/* CSS */
color: #f191af;
background-color: #f191af;
/* Tailwind (arbitrary) */
class="text-[#f191af] bg-[#f191af]"
/* SCSS */
$brand: #f191af;
/* SwiftUI */
Color(red: 0.945, green: 0.569, blue: 0.686)
/* Android */
Color.parseColor("#f191af")Accessibility — WCAG contrast
Aa
#f191af on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f191af on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green56.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow27.4%
Key (black)5.5%
Color previews
#f191af text on a black background
contrast 9.41:1
Card sample
#f191af text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f191af;
Background color
Panel with #f191af background
background-color: #f191af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f191af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 145, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 145, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f191af; background: linear-gradient(135deg, #f191af, #F1B391);