#f16cdb
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 108, 219
HSL
310°, 83%, 68%
CMYK
0, 55, 9, 6
Luminance
0.3454
Every format
| HEX | #f16cdb |
| RGB | rgb(241, 108, 219) |
| HSL | hsl(310, 83%, 68%) |
| CMYK | cmyk(0%, 55%, 9%, 6%) |
| LAB | lab(65.4 64.4 -32.9) |
| LCH | lch(65.4 72.3 332.9) |
| OKLCH | oklch(0.728 0.206 334.3) |
Copy-ready code
/* CSS */
color: #f16cdb;
background-color: #f16cdb;
/* Tailwind (arbitrary) */
class="text-[#f16cdb] bg-[#f16cdb]"
/* SCSS */
$brand: #f16cdb;
/* SwiftUI */
Color(red: 0.945, green: 0.424, blue: 0.859)
/* Android */
Color.parseColor("#f16cdb")Accessibility — WCAG contrast
Aa
#f16cdb on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f16cdb on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green42.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow9.1%
Key (black)5.5%
Color previews
#f16cdb text on a black background
contrast 7.91:1
Card sample
#f16cdb text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f16cdb;
Background color
Panel with #f16cdb background
background-color: #f16cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f16cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 108, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 108, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f16cdb; background: linear-gradient(135deg, #f16cdb, #F16C82);