#f166cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 102, 205
HSL
316°, 83%, 67%
CMYK
0, 58, 15, 6
Luminance
0.3261
Every format
| HEX | #f166cd |
| RGB | rgb(241, 102, 205) |
| HSL | hsl(316, 83%, 67%) |
| CMYK | cmyk(0%, 58%, 15%, 6%) |
| LAB | lab(63.9 64.9 -27.5) |
| LCH | lch(63.9 70.5 337.1) |
| OKLCH | oklch(0.715 0.205 338.8) |
Copy-ready code
/* CSS */
color: #f166cd;
background-color: #f166cd;
/* Tailwind (arbitrary) */
class="text-[#f166cd] bg-[#f166cd]"
/* SCSS */
$brand: #f166cd;
/* SwiftUI */
Color(red: 0.945, green: 0.400, blue: 0.804)
/* Android */
Color.parseColor("#f166cd")Accessibility — WCAG contrast
Aa
#f166cd on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f166cd on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green40.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow14.9%
Key (black)5.5%
Color previews
#f166cd text on a black background
contrast 7.52:1
Card sample
#f166cd text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f166cd;
Background color
Panel with #f166cd background
background-color: #f166cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f166cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 102, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 102, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f166cd; background: linear-gradient(135deg, #f166cd, #F16671);