#f2bfc2
a light, vivid red · warm · closest name: pink
RGB
242, 191, 194
HSL
357°, 66%, 85%
CMYK
0, 21, 20, 5
Luminance
0.6003
Every format
| HEX | #f2bfc2 |
| RGB | rgb(242, 191, 194) |
| HSL | hsl(357, 66%, 85%) |
| CMYK | cmyk(0%, 21%, 20%, 5%) |
| LAB | lab(81.9 18.7 5.5) |
| LCH | lch(81.9 19.5 16.4) |
| OKLCH | oklch(0.851 0.059 14.4) |
Copy-ready code
/* CSS */
color: #f2bfc2;
background-color: #f2bfc2;
/* Tailwind (arbitrary) */
class="text-[#f2bfc2] bg-[#f2bfc2]"
/* SCSS */
$brand: #f2bfc2;
/* SwiftUI */
Color(red: 0.949, green: 0.749, blue: 0.761)
/* Android */
Color.parseColor("#f2bfc2")Accessibility — WCAG contrast
Aa
#f2bfc2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2bfc2 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green74.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow19.8%
Key (black)5.1%
Color previews
#f2bfc2 text on a black background
contrast 13.01:1
Card sample
#f2bfc2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2bfc2;
Background color
Panel with #f2bfc2 background
background-color: #f2bfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2bfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 191, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 191, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2bfc2; background: linear-gradient(135deg, #f2bfc2, #F2DEBF);