#f196cd
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 150, 205
HSL
324°, 77%, 77%
CMYK
0, 38, 15, 6
Luminance
0.4492
Every format
| HEX | #f196cd |
| RGB | rgb(241, 150, 205) |
| HSL | hsl(324, 77%, 77%) |
| CMYK | cmyk(0%, 38%, 15%, 6%) |
| LAB | lab(72.8 41.6 -13.8) |
| LCH | lch(72.8 43.9 341.7) |
| OKLCH | oklch(0.782 0.128 343.4) |
Copy-ready code
/* CSS */
color: #f196cd;
background-color: #f196cd;
/* Tailwind (arbitrary) */
class="text-[#f196cd] bg-[#f196cd]"
/* SCSS */
$brand: #f196cd;
/* SwiftUI */
Color(red: 0.945, green: 0.588, blue: 0.804)
/* Android */
Color.parseColor("#f196cd")Accessibility — WCAG contrast
Aa
#f196cd on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f196cd on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green58.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta37.8%
Yellow14.9%
Key (black)5.5%
Color previews
#f196cd text on a black background
contrast 9.98:1
Card sample
#f196cd text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f196cd;
Background color
Panel with #f196cd background
background-color: #f196cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f196cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 150, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 150, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f196cd; background: linear-gradient(135deg, #f196cd, #F19C96);