#f7bcab
a light, electric red · warm · closest name: pink
RGB
247, 188, 171
HSL
13°, 83%, 82%
CMYK
0, 24, 31, 3
Luminance
0.5868
Every format
| HEX | #f7bcab |
| RGB | rgb(247, 188, 171) |
| HSL | hsl(13, 83%, 82%) |
| CMYK | cmyk(0%, 24%, 31%, 3%) |
| LAB | lab(81.1 18.9 16.8) |
| LCH | lch(81.1 25.3 41.7) |
| OKLCH | oklch(0.844 0.073 36.7) |
Copy-ready code
/* CSS */
color: #f7bcab;
background-color: #f7bcab;
/* Tailwind (arbitrary) */
class="text-[#f7bcab] bg-[#f7bcab]"
/* SCSS */
$brand: #f7bcab;
/* SwiftUI */
Color(red: 0.969, green: 0.737, blue: 0.671)
/* Android */
Color.parseColor("#f7bcab")Accessibility — WCAG contrast
Aa
#f7bcab on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7bcab on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green73.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow30.8%
Key (black)3.1%
Color previews
#f7bcab text on a black background
contrast 12.74:1
Card sample
#f7bcab text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7bcab;
Background color
Panel with #f7bcab background
background-color: #f7bcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7bcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 188, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 188, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7bcab; background: linear-gradient(135deg, #f7bcab, #F7EFAB);