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