#f1b2fd
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 178, 253
HSL
290°, 95%, 85%
CMYK
5, 30, 0, 1
Luminance
0.5763
Every format
| HEX | #f1b2fd |
| RGB | rgb(241, 178, 253) |
| HSL | hsl(290, 95%, 85%) |
| CMYK | cmyk(5%, 30%, 0%, 1%) |
| LAB | lab(80.5 35.3 -28.2) |
| LCH | lch(80.5 45.1 321.4) |
| OKLCH | oklch(0.846 0.122 321.0) |
Copy-ready code
/* CSS */
color: #f1b2fd;
background-color: #f1b2fd;
/* Tailwind (arbitrary) */
class="text-[#f1b2fd] bg-[#f1b2fd]"
/* SCSS */
$brand: #f1b2fd;
/* SwiftUI */
Color(red: 0.945, green: 0.698, blue: 0.992)
/* Android */
Color.parseColor("#f1b2fd")Accessibility — WCAG contrast
Aa
#f1b2fd on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1b2fd on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green69.8%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta29.6%
Yellow0.0%
Key (black)0.8%
Color previews
#f1b2fd text on a black background
contrast 12.53:1
Card sample
#f1b2fd text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1b2fd;
Background color
Panel with #f1b2fd background
background-color: #f1b2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1b2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 178, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 178, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1b2fd; background: linear-gradient(135deg, #f1b2fd, #FDB2D7);