#f1a2cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
241, 162, 207
HSL
326°, 74%, 79%
CMYK
0, 33, 14, 6
Luminance
0.4905
Every format
| HEX | #f1a2cf |
| RGB | rgb(241, 162, 207) |
| HSL | hsl(326, 74%, 79%) |
| CMYK | cmyk(0%, 33%, 14%, 6%) |
| LAB | lab(75.5 35.7 -10.9) |
| LCH | lch(75.5 37.3 343.0) |
| OKLCH | oklch(0.803 0.109 344.7) |
Copy-ready code
/* CSS */
color: #f1a2cf;
background-color: #f1a2cf;
/* Tailwind (arbitrary) */
class="text-[#f1a2cf] bg-[#f1a2cf]"
/* SCSS */
$brand: #f1a2cf;
/* SwiftUI */
Color(red: 0.945, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#f1a2cf")Accessibility — WCAG contrast
Aa
#f1a2cf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1a2cf on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green63.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow14.1%
Key (black)5.5%
Color previews
#f1a2cf text on a black background
contrast 10.81:1
Card sample
#f1a2cf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1a2cf;
Background color
Panel with #f1a2cf background
background-color: #f1a2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1a2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1a2cf; background: linear-gradient(135deg, #f1a2cf, #F1AAA2);