#f189df
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 137, 223
HSL
310°, 79%, 74%
CMYK
0, 43, 8, 6
Luminance
0.4192
Every format
| HEX | #f189df |
| RGB | rgb(241, 137, 223) |
| HSL | hsl(310, 79%, 74%) |
| CMYK | cmyk(0%, 43%, 8%, 6%) |
| LAB | lab(70.8 51.2 -26.8) |
| LCH | lch(70.8 57.8 332.4) |
| OKLCH | oklch(0.769 0.164 333.7) |
Copy-ready code
/* CSS */
color: #f189df;
background-color: #f189df;
/* Tailwind (arbitrary) */
class="text-[#f189df] bg-[#f189df]"
/* SCSS */
$brand: #f189df;
/* SwiftUI */
Color(red: 0.945, green: 0.537, blue: 0.875)
/* Android */
Color.parseColor("#f189df")Accessibility — WCAG contrast
Aa
#f189df on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f189df on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green53.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow7.5%
Key (black)5.5%
Color previews
#f189df text on a black background
contrast 9.38:1
Card sample
#f189df text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f189df;
Background color
Panel with #f189df background
background-color: #f189df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f189df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 137, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 137, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f189df; background: linear-gradient(135deg, #f189df, #F1899A);