#f1adcd
a light, vivid magenta / pink · warm · closest name: pink
RGB
241, 173, 205
HSL
332°, 71%, 81%
CMYK
0, 28, 15, 6
Luminance
0.5300
Every format
| HEX | #f1adcd |
| RGB | rgb(241, 173, 205) |
| HSL | hsl(332, 71%, 81%) |
| CMYK | cmyk(0%, 28%, 15%, 6%) |
| LAB | lab(77.9 29.6 -6.3) |
| LCH | lch(77.9 30.2 348.0) |
| OKLCH | oklch(0.821 0.089 349.4) |
Copy-ready code
/* CSS */
color: #f1adcd;
background-color: #f1adcd;
/* Tailwind (arbitrary) */
class="text-[#f1adcd] bg-[#f1adcd]"
/* SCSS */
$brand: #f1adcd;
/* SwiftUI */
Color(red: 0.945, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#f1adcd")Accessibility — WCAG contrast
Aa
#f1adcd on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1adcd on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green67.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow14.9%
Key (black)5.5%
Color previews
#f1adcd text on a black background
contrast 11.60:1
Card sample
#f1adcd text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1adcd;
Background color
Panel with #f1adcd background
background-color: #f1adcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1adcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1adcd; background: linear-gradient(135deg, #f1adcd, #F1BAAD);