#f1bfc6
a light, vivid red · warm · closest name: pink
RGB
241, 191, 198
HSL
352°, 64%, 85%
CMYK
0, 21, 18, 6
Luminance
0.6004
Every format
| HEX | #f1bfc6 |
| RGB | rgb(241, 191, 198) |
| HSL | hsl(352, 64%, 85%) |
| CMYK | cmyk(0%, 21%, 18%, 6%) |
| LAB | lab(81.9 18.9 3.3) |
| LCH | lch(81.9 19.2 10.0) |
| OKLCH | oklch(0.851 0.058 9.0) |
Copy-ready code
/* CSS */
color: #f1bfc6;
background-color: #f1bfc6;
/* Tailwind (arbitrary) */
class="text-[#f1bfc6] bg-[#f1bfc6]"
/* SCSS */
$brand: #f1bfc6;
/* SwiftUI */
Color(red: 0.945, green: 0.749, blue: 0.776)
/* Android */
Color.parseColor("#f1bfc6")Accessibility — WCAG contrast
Aa
#f1bfc6 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1bfc6 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green74.9%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow17.8%
Key (black)5.5%
Color previews
#f1bfc6 text on a black background
contrast 13.01:1
Card sample
#f1bfc6 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1bfc6;
Background color
Panel with #f1bfc6 background
background-color: #f1bfc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1bfc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 191, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 191, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1bfc6; background: linear-gradient(135deg, #f1bfc6, #F1D9BF);