#f7bfac
a light, electric orange · warm · closest name: pink
RGB
247, 191, 172
HSL
15°, 82%, 82%
CMYK
0, 23, 30, 3
Luminance
0.6001
Every format
| HEX | #f7bfac |
| RGB | rgb(247, 191, 172) |
| HSL | hsl(15, 82%, 82%) |
| CMYK | cmyk(0%, 23%, 30%, 3%) |
| LAB | lab(81.8 17.5 17.3) |
| LCH | lch(81.8 24.6 44.8) |
| OKLCH | oklch(0.850 0.070 39.6) |
Copy-ready code
/* CSS */
color: #f7bfac;
background-color: #f7bfac;
/* Tailwind (arbitrary) */
class="text-[#f7bfac] bg-[#f7bfac]"
/* SCSS */
$brand: #f7bfac;
/* SwiftUI */
Color(red: 0.969, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#f7bfac")Accessibility — WCAG contrast
Aa
#f7bfac on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7bfac on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow30.4%
Key (black)3.1%
Color previews
#f7bfac text on a black background
contrast 13.00:1
Card sample
#f7bfac text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7bfac;
Background color
Panel with #f7bfac background
background-color: #f7bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7bfac; background: linear-gradient(135deg, #f7bfac, #F7F1AC);