#f17cd3
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 124, 211
HSL
315°, 81%, 72%
CMYK
0, 49, 12, 6
Luminance
0.3782
Every format
| HEX | #f17cd3 |
| RGB | rgb(241, 124, 211) |
| HSL | hsl(315, 81%, 72%) |
| CMYK | cmyk(0%, 49%, 12%, 6%) |
| LAB | lab(67.9 55.7 -24.6) |
| LCH | lch(67.9 60.9 336.1) |
| OKLCH | oklch(0.746 0.176 337.8) |
Copy-ready code
/* CSS */
color: #f17cd3;
background-color: #f17cd3;
/* Tailwind (arbitrary) */
class="text-[#f17cd3] bg-[#f17cd3]"
/* SCSS */
$brand: #f17cd3;
/* SwiftUI */
Color(red: 0.945, green: 0.486, blue: 0.827)
/* Android */
Color.parseColor("#f17cd3")Accessibility — WCAG contrast
Aa
#f17cd3 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f17cd3 on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green48.6%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta48.5%
Yellow12.4%
Key (black)5.5%
Color previews
#f17cd3 text on a black background
contrast 8.56:1
Card sample
#f17cd3 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f17cd3;
Background color
Panel with #f17cd3 background
background-color: #f17cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f17cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 124, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 124, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f17cd3; background: linear-gradient(135deg, #f17cd3, #F17C85);