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