#f1bcaf
a light, vivid red · warm · closest name: pink
RGB
241, 188, 175
HSL
12°, 70%, 82%
CMYK
0, 22, 27, 6
Luminance
0.5776
Every format
| HEX | #f1bcaf |
| RGB | rgb(241, 188, 175) |
| HSL | hsl(12, 70%, 82%) |
| CMYK | cmyk(0%, 22%, 27%, 6%) |
| LAB | lab(80.6 17.2 13.9) |
| LCH | lch(80.6 22.1 38.9) |
| OKLCH | oklch(0.839 0.064 34.1) |
Copy-ready code
/* CSS */
color: #f1bcaf;
background-color: #f1bcaf;
/* Tailwind (arbitrary) */
class="text-[#f1bcaf] bg-[#f1bcaf]"
/* SCSS */
$brand: #f1bcaf;
/* SwiftUI */
Color(red: 0.945, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#f1bcaf")Accessibility — WCAG contrast
Aa
#f1bcaf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1bcaf on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green73.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow27.4%
Key (black)5.5%
Color previews
#f1bcaf text on a black background
contrast 12.55:1
Card sample
#f1bcaf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1bcaf;
Background color
Panel with #f1bcaf background
background-color: #f1bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1bcaf; background: linear-gradient(135deg, #f1bcaf, #F1E8AF);