#f176df
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 118, 223
HSL
309°, 82%, 70%
CMYK
0, 51, 8, 6
Luminance
0.3699
Every format
| HEX | #f176df |
| RGB | rgb(241, 118, 223) |
| HSL | hsl(309, 82%, 70%) |
| CMYK | cmyk(0%, 51%, 8%, 6%) |
| LAB | lab(67.3 60.4 -32.3) |
| LCH | lch(67.3 68.5 331.9) |
| OKLCH | oklch(0.743 0.194 333.2) |
Copy-ready code
/* CSS */
color: #f176df;
background-color: #f176df;
/* Tailwind (arbitrary) */
class="text-[#f176df] bg-[#f176df]"
/* SCSS */
$brand: #f176df;
/* SwiftUI */
Color(red: 0.945, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#f176df")Accessibility — WCAG contrast
Aa
#f176df on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f176df on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green46.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow7.5%
Key (black)5.5%
Color previews
#f176df text on a black background
contrast 8.40:1
Card sample
#f176df text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f176df;
Background color
Panel with #f176df background
background-color: #f176df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f176df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f176df; background: linear-gradient(135deg, #f176df, #F1768D);