#f174cb
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 116, 203
HSL
318°, 82%, 70%
CMYK
0, 52, 16, 6
Luminance
0.3550
Every format
| HEX | #f174cb |
| RGB | rgb(241, 116, 203) |
| HSL | hsl(318, 82%, 70%) |
| CMYK | cmyk(0%, 52%, 16%, 6%) |
| LAB | lab(66.1 58.3 -22.8) |
| LCH | lch(66.1 62.6 338.6) |
| OKLCH | oklch(0.732 0.182 340.4) |
Copy-ready code
/* CSS */
color: #f174cb;
background-color: #f174cb;
/* Tailwind (arbitrary) */
class="text-[#f174cb] bg-[#f174cb]"
/* SCSS */
$brand: #f174cb;
/* SwiftUI */
Color(red: 0.945, green: 0.455, blue: 0.796)
/* Android */
Color.parseColor("#f174cb")Accessibility — WCAG contrast
Aa
#f174cb on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f174cb on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green45.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow15.8%
Key (black)5.5%
Color previews
#f174cb text on a black background
contrast 8.10:1
Card sample
#f174cb text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f174cb;
Background color
Panel with #f174cb background
background-color: #f174cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f174cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 116, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 116, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f174cb; background: linear-gradient(135deg, #f174cb, #F17478);