#f7bac2
a light, electric red · warm · closest name: pink
RGB
247, 186, 194
HSL
352°, 79%, 85%
CMYK
0, 25, 22, 3
Luminance
0.5879
Every format
| HEX | #f7bac2 |
| RGB | rgb(247, 186, 194) |
| HSL | hsl(352, 79%, 85%) |
| CMYK | cmyk(0%, 25%, 22%, 3%) |
| LAB | lab(81.2 23.1 4.6) |
| LCH | lch(81.2 23.6 11.2) |
| OKLCH | oklch(0.847 0.071 9.9) |
Copy-ready code
/* CSS */
color: #f7bac2;
background-color: #f7bac2;
/* Tailwind (arbitrary) */
class="text-[#f7bac2] bg-[#f7bac2]"
/* SCSS */
$brand: #f7bac2;
/* SwiftUI */
Color(red: 0.969, green: 0.729, blue: 0.761)
/* Android */
Color.parseColor("#f7bac2")Accessibility — WCAG contrast
Aa
#f7bac2 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7bac2 on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green72.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow21.5%
Key (black)3.1%
Color previews
#f7bac2 text on a black background
contrast 12.76:1
Card sample
#f7bac2 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7bac2;
Background color
Panel with #f7bac2 background
background-color: #f7bac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7bac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 186, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 186, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7bac2; background: linear-gradient(135deg, #f7bac2, #F7DBBA);