#f16adc
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 106, 220
HSL
309°, 83%, 68%
CMYK
0, 56, 9, 6
Luminance
0.3418
Every format
| HEX | #f16adc |
| RGB | rgb(241, 106, 220) |
| HSL | hsl(309, 83%, 68%) |
| CMYK | cmyk(0%, 56%, 9%, 6%) |
| LAB | lab(65.1 65.4 -34.0) |
| LCH | lch(65.1 73.7 332.6) |
| OKLCH | oklch(0.726 0.210 333.9) |
Copy-ready code
/* CSS */
color: #f16adc;
background-color: #f16adc;
/* Tailwind (arbitrary) */
class="text-[#f16adc] bg-[#f16adc]"
/* SCSS */
$brand: #f16adc;
/* SwiftUI */
Color(red: 0.945, green: 0.416, blue: 0.863)
/* Android */
Color.parseColor("#f16adc")Accessibility — WCAG contrast
Aa
#f16adc on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f16adc on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green41.6%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow8.7%
Key (black)5.5%
Color previews
#f16adc text on a black background
contrast 7.84:1
Card sample
#f16adc text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f16adc;
Background color
Panel with #f16adc background
background-color: #f16adc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f16adc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 106, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 106, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f16adc; background: linear-gradient(135deg, #f16adc, #F16A82);