#ffbfac
a light, electric red · warm · closest name: pink
RGB
255, 191, 172
HSL
14°, 100%, 84%
CMYK
0, 25, 33, 0
Luminance
0.6150
Every format
| HEX | #ffbfac |
| RGB | rgb(255, 191, 172) |
| HSL | hsl(14, 100%, 84%) |
| CMYK | cmyk(0%, 25%, 33%, 0%) |
| LAB | lab(82.7 20.5 18.6) |
| LCH | lch(82.7 27.6 42.2) |
| OKLCH | oklch(0.858 0.079 37.2) |
Copy-ready code
/* CSS */
color: #ffbfac;
background-color: #ffbfac;
/* Tailwind (arbitrary) */
class="text-[#ffbfac] bg-[#ffbfac]"
/* SCSS */
$brand: #ffbfac;
/* SwiftUI */
Color(red: 1.000, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#ffbfac")Accessibility — WCAG contrast
Aa
#ffbfac on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbfac on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow32.5%
Key (black)0.0%
Color previews
#ffbfac text on a black background
contrast 13.30:1
Card sample
#ffbfac text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbfac;
Background color
Panel with #ffbfac background
background-color: #ffbfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbfac; background: linear-gradient(135deg, #ffbfac, #FFF6AC);