#f1bace
a light, vivid magenta / pink · warm · closest name: pink
RGB
241, 186, 206
HSL
338°, 66%, 84%
CMYK
0, 23, 15, 6
Luminance
0.5827
Every format
| HEX | #f1bace |
| RGB | rgb(241, 186, 206) |
| HSL | hsl(338, 66%, 84%) |
| CMYK | cmyk(0%, 23%, 15%, 6%) |
| LAB | lab(80.9 22.8 -2.4) |
| LCH | lch(80.9 22.9 354.0) |
| OKLCH | oklch(0.844 0.068 355.0) |
Copy-ready code
/* CSS */
color: #f1bace;
background-color: #f1bace;
/* Tailwind (arbitrary) */
class="text-[#f1bace] bg-[#f1bace]"
/* SCSS */
$brand: #f1bace;
/* SwiftUI */
Color(red: 0.945, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#f1bace")Accessibility — WCAG contrast
Aa
#f1bace on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1bace on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green72.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow14.5%
Key (black)5.5%
Color previews
#f1bace text on a black background
contrast 12.65:1
Card sample
#f1bace text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1bace;
Background color
Panel with #f1bace background
background-color: #f1bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1bace; background: linear-gradient(135deg, #f1bace, #F1CBBA);