#f17bc9
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 123, 201
HSL
320°, 81%, 71%
CMYK
0, 49, 17, 6
Luminance
0.3708
Every format
| HEX | #f17bc9 |
| RGB | rgb(241, 123, 201) |
| HSL | hsl(320, 81%, 71%) |
| CMYK | cmyk(0%, 49%, 17%, 6%) |
| LAB | lab(67.3 54.6 -19.9) |
| LCH | lch(67.3 58.1 340.0) |
| OKLCH | oklch(0.741 0.170 341.8) |
Copy-ready code
/* CSS */
color: #f17bc9;
background-color: #f17bc9;
/* Tailwind (arbitrary) */
class="text-[#f17bc9] bg-[#f17bc9]"
/* SCSS */
$brand: #f17bc9;
/* SwiftUI */
Color(red: 0.945, green: 0.482, blue: 0.788)
/* Android */
Color.parseColor("#f17bc9")Accessibility — WCAG contrast
Aa
#f17bc9 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f17bc9 on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green48.2%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow16.6%
Key (black)5.5%
Color previews
#f17bc9 text on a black background
contrast 8.42:1
Card sample
#f17bc9 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f17bc9;
Background color
Panel with #f17bc9 background
background-color: #f17bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f17bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 123, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 123, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f17bc9; background: linear-gradient(135deg, #f17bc9, #F17C7B);