#ffbfba
a pale, electric red · warm · closest name: pink
RGB
255, 191, 186
HSL
4°, 100%, 87%
CMYK
0, 25, 27, 0
Luminance
0.6207
Every format
| HEX | #ffbfba |
| RGB | rgb(255, 191, 186) |
| HSL | hsl(4, 100%, 87%) |
| CMYK | cmyk(0%, 25%, 27%, 0%) |
| LAB | lab(83.0 22.3 11.5) |
| LCH | lch(83.0 25.1 27.3) |
| OKLCH | oklch(0.862 0.074 23.8) |
Copy-ready code
/* CSS */
color: #ffbfba;
background-color: #ffbfba;
/* Tailwind (arbitrary) */
class="text-[#ffbfba] bg-[#ffbfba]"
/* SCSS */
$brand: #ffbfba;
/* SwiftUI */
Color(red: 1.000, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#ffbfba")Accessibility — WCAG contrast
Aa
#ffbfba on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbfba on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow27.1%
Key (black)0.0%
Color previews
#ffbfba text on a black background
contrast 13.41:1
Card sample
#ffbfba text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbfba;
Background color
Panel with #ffbfba background
background-color: #ffbfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbfba; background: linear-gradient(135deg, #ffbfba, #FFEDBA);